1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

1st step for M5 ENV3 iic module support

This commit is contained in:
andreas
2023-10-26 21:44:47 +02:00
parent 8266fba42a
commit 62124cb22d
5 changed files with 229 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
[platformio]
[env:testenv3]
board = m5stack-atom
lib_deps =
${env.lib_deps}
build_flags=
-D M5_ENV3
-D M5_CAN_KIT
${env.build_flags}
upload_port = /dev/esp32
upload_protocol = esptool