1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

add atoms3 with canunit env

This commit is contained in:
free-x
2023-08-26 15:51:53 +02:00
parent 3c9670b8d0
commit e17ab3be58
2 changed files with 33 additions and 3 deletions

View File

@@ -27,7 +27,8 @@ lib_deps =
ttlappalainen/NMEA0183 @ 1.7.1
ArduinoJson @ 6.18.5
ottowinter/ESPAsyncWebServer-esphome@2.0.1
fastled/FastLED @ 3.4.0
#fastled/FastLED @ 3.4.0
fastled/FastLED @ 3.6.0
board_build.embed_files =
lib/generated/index.html.gz
lib/generated/index.js.gz
@@ -62,6 +63,16 @@ build_flags =
upload_port = /dev/esp32
upload_protocol = esptool
[env:m5stack-atoms3-canunit]
board = m5stack-atoms3
lib_deps = ${env.lib_deps}
build_flags =
-D BOARD_M5ATOMS3_CANUNIT
${env.build_flags}
upload_port = /dev/esp32
upload_protocol = esptool
[env:m5stack-atom-rs232-canunit]
board = m5stack-atom
lib_deps = ${env.lib_deps}