1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-11 07:03:07 +01:00

intermediate: prepare AIS class 21 to 129041

This commit is contained in:
wellenvogel
2025-09-21 21:02:31 +02:00
parent e578b428c9
commit 3df2571ca2
7 changed files with 60 additions and 1098 deletions

View File

@@ -28,7 +28,21 @@ lib_deps =
ESPmDNS
WiFi
Update
nmea2kto183ais=https://github.com/ronzeiller/NMEA0183-AIS#7d2bfab54e3e5bfaab36fe6aa356241baa7251c2
[devdeps]
lib_deps=
ttlappalainen/NMEA2000-library @ 4.22.0
ttlappalainen/NMEA0183 @ 1.10.1
ArduinoJson @ 6.18.5
AsyncTCP-esphome @ 2.0.1
ottowinter/ESPAsyncWebServer-esphome@2.0.1
FS
Preferences
ESPmDNS
WiFi
Update
nmea2kto183ais=symlink://../esp32n2kto183ais
[env]
platform = espressif32 @ 6.8.1
framework = arduino
@@ -67,6 +81,17 @@ lib_deps =
adafruit/Adafruit BusIO @ 1.14.5
adafruit/Adafruit Unified Sensor @ 1.1.13
[env:m5stack-atom-dev]
board = m5stack-atom
lib_deps =
${devdeps.lib_deps}
fastled/FastLED @ 3.6.0
build_flags =
-D BOARD_M5ATOM
${env.build_flags}
upload_port = /dev/esp32
upload_protocol = esptool
[env:m5stack-atom]
board = m5stack-atom
lib_deps = ${env.lib_deps}