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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user