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

intermediate: read BME280

This commit is contained in:
andreas
2023-10-28 20:25:00 +02:00
parent 09eb59510d
commit 9308cca898
3 changed files with 62 additions and 2 deletions

View File

@@ -8,5 +8,13 @@ build_flags=
-D M5_ENV3
-D M5_CAN_KIT
${env.build_flags}
upload_port = /dev/esp32
upload_protocol = esptool
[env:m5stack-atom-bme280]
board = m5stack-atom
lib_deps =
${env.lib_deps}
build_flags=
-D GWBME280=-1
-D M5_GROOVEIIC
-D M5_CAN_KIT
${env.build_flags}