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

add more predefined configs

This commit is contained in:
andreas
2023-10-13 19:10:11 +02:00
parent 3f6177d9cf
commit cb579e3584
9 changed files with 49 additions and 8 deletions

View File

@@ -126,6 +126,15 @@ build_flags =
upload_port = /dev/esp32
upload_protocol = esptool
[env:m5stickc-atom-generic]
board = m5stick-c
lib_deps = ${env.lib_deps}
build_flags =
-D BOARD_M5STICK -D HAS_RTC -D HAS_M5LCD
${env.build_flags}
upload_port = /dev/esp32
upload_protocol = esptool
[env:nodemcu-homberger]
board = nodemcu-32s
lib_deps = ${env.lib_deps}