mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-03-28 18:06:37 +01:00
Integrate many changes from master
This commit is contained in:
@@ -18,11 +18,11 @@ extra_configs=
|
||||
|
||||
[basedeps]
|
||||
lib_deps =
|
||||
ttlappalainen/NMEA2000-library @ 4.22.0
|
||||
ttlappalainen/NMEA2000-library @ 4.22.0
|
||||
ttlappalainen/NMEA0183 @ 1.10.1
|
||||
ArduinoJson @ 6.18.5
|
||||
ESP32Async/AsyncTCP @ 3.4.7
|
||||
ESP32Async/ESPAsyncWebServer @ 3.8.0
|
||||
ESP32Async/AsyncTCP @ 3.4.7
|
||||
ESP32Async/ESPAsyncWebServer @ 3.8.0
|
||||
FS
|
||||
Preferences
|
||||
ESPmDNS
|
||||
@@ -190,3 +190,14 @@ build_flags =
|
||||
${env.build_flags}
|
||||
upload_port = /dev/esp32
|
||||
upload_protocol = esptool
|
||||
|
||||
[env:s3devkitm-generic]
|
||||
extends = sensors
|
||||
board = esp32-s3-devkitm-1
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${sensors.lib_deps}
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
upload_port = /dev/esp32
|
||||
upload_protocol = esptool
|
||||
|
||||
Reference in New Issue
Block a user