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

completely moved to dynamic boatData, first tests

This commit is contained in:
andreas
2021-10-20 21:19:20 +02:00
parent e1e3928062
commit 940d7ea957
4 changed files with 142 additions and 113 deletions

View File

@@ -210,7 +210,6 @@ void setup() {
webserver.on("/api/resetConfig",web_resetConfig);
webserver.on("/api/boatData",js_boatData);
webserver.onNotFound(handleNotFound);
webserver.begin();
Serial.println("HTTP server started");
@@ -308,7 +307,6 @@ void loop() {
preferences.end();
Serial.printf("Address Change: New Address=%d\n", SourceAddress);
}
nmea0183Converter.loop();
// Dummy to empty input buffer to avoid board to stuck with e.g. NMEA Reader