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

Add BMP280 Sensor and deprecated PGN 130311 for Raymarine

This commit is contained in:
free-x
2024-06-02 14:31:16 +02:00
parent 0bb6898d6e
commit dd13dd0418
9 changed files with 447 additions and 6 deletions

View File

@@ -35,3 +35,16 @@ build_flags=
-D M5_GROOVEIIC
-D M5_CAN_KIT
${env.build_flags}
[env:m5stack-atom-envbps]
extends = sensors
board = m5stack-atom
lib_deps =
${env.lib_deps}
${sensors.lib_deps}
build_flags=
#-D M5_ENVBPS
-D GWBMP280
-D M5_GROOVEIIC
-D M5_CAN_KIT
${env.build_flags}