remove delay when setting config

This commit is contained in:
andreas 2021-11-10 16:19:00 +01:00
parent 4c8d17ef40
commit 48c57a1610
1 changed files with 0 additions and 1 deletions

View File

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