1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

Fix NetworkCleint.cpp in case of bad connections

This commit is contained in:
norbert-walter
2026-02-20 14:17:57 +01:00
parent 66e71acac3
commit 25422b77d6
3 changed files with 152 additions and 15 deletions
+8 -4
View File
@@ -21,8 +21,10 @@ lib_deps =
ttlappalainen_NMEA2000=https://github.com/wellenvogel/NMEA2000.git#20251126
ttlappalainen/NMEA0183 @ 1.10.1
ArduinoJson @ 6.18.5
AsyncTCP-esphome @ 2.0.1
ottowinter/ESPAsyncWebServer-esphome@2.0.1
; AsyncTCP-esphome @ 2.0.1
; ottowinter/ESPAsyncWebServer-esphome@2.0.1
AsyncTCP-esphome @ 2.1.1
ottowinter/ESPAsyncWebServer-esphome@3.4.0
FS
Preferences
ESPmDNS
@@ -34,8 +36,10 @@ lib_deps=
ttlappalainen_NMEA2000=symlink://../NMEA2000
ttlappalainen/NMEA0183 @ 1.10.1
ArduinoJson @ 6.18.5
AsyncTCP-esphome @ 2.0.1
ottowinter/ESPAsyncWebServer-esphome@2.0.1
; AsyncTCP-esphome @ 2.0.1
; ottowinter/ESPAsyncWebServer-esphome@2.0.1
AsyncTCP-esphome @ 2.1.1
ottowinter/ESPAsyncWebServer-esphome@3.4.0
FS
Preferences
ESPmDNS