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

intermediate: reorganize hardware definitions

This commit is contained in:
andreas
2023-08-30 10:15:25 +02:00
parent 882bc55a49
commit 5dc2c98642
3 changed files with 77 additions and 82 deletions

View File

@@ -54,6 +54,15 @@ build_flags =
upload_port = /dev/esp32
upload_protocol = esptool
[env:m5stack-atoms3]
board = m5stack-atoms3
lib_deps = ${env.lib_deps}
build_flags =
-D BOARD_M5ATOMS3
${env.build_flags}
upload_port = /dev/esp32s3
upload_protocol = esptool
[env:m5stack-atom-canunit]
board = m5stack-atom
lib_deps = ${env.lib_deps}