mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 15:03:07 +01:00
1st successful start up
This commit is contained in:
@@ -8,12 +8,17 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:m5stack-atom]
|
||||
[env]
|
||||
platform = espressif32
|
||||
board = m5stack-atom
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
ttlappalainen/NMEA2000-library @ ^4.17.2
|
||||
ttlappalainen/NMEA2000_esp32 @ ^1.0.3
|
||||
ttlappalainen/NMEA0183 @ ^1.7.1
|
||||
bblanchon/ArduinoJson@^6.18.5
|
||||
|
||||
[env:m5stack-atom]
|
||||
board = m5stack-atom
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
build_flags= -D BOARD_M5ATOM
|
||||
|
||||
Reference in New Issue
Block a user