mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
Add M5Atom and M5StickC+ with CANUnit to supported boards
This commit is contained in:
@@ -27,3 +27,18 @@ lib_deps =
|
||||
ottowinter/ESPAsyncWebServer-esphome@^2.0.1
|
||||
build_flags = -D BOARD_M5ATOM
|
||||
upload_port = /dev/esp32
|
||||
[env:m5stack-atom-canunit]
|
||||
board = m5stack-atom-canunit
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
ottowinter/ESPAsyncWebServer-esphome@^2.0.1
|
||||
build_flags = -D BOARD_M5ATOM_CANUNIT
|
||||
upload_port = /dev/esp32
|
||||
[env:m5stick-atom-canunit]
|
||||
board = m5stick-atom-canunit
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
ottowinter/ESPAsyncWebServer-esphome@^2.0.1
|
||||
build_flags = -D BOARD_M5STICK_CANUNIT
|
||||
upload_port = /dev/esp32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user