mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
restructure ui, styling
This commit is contained in:
@@ -207,6 +207,8 @@ void web_setConfig(){
|
||||
void web_resetConfig(){
|
||||
config.reset(true);
|
||||
logger.logString("reset config, restart");
|
||||
webserver.send(200,F("application/json"),JSON_OK);
|
||||
delay(100);
|
||||
ESP.restart();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user