1
0
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:
andreas
2021-10-17 19:15:22 +02:00
parent 8f03ad1373
commit 117193fbed
3 changed files with 96 additions and 32 deletions

View File

@@ -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();
}