1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

remove delay when setting config

This commit is contained in:
andreas
2021-11-10 16:19:00 +01:00
parent 4c8d17ef40
commit 48c57a1610

View File

@@ -358,7 +358,6 @@ protected:
result = JSON_OK;
logger.logString("update config and restart");
config.saveConfig();
delay(500);
delayedRestart();
}
else