remove delay when setting config
This commit is contained in:
parent
4c8d17ef40
commit
48c57a1610
|
@ -358,7 +358,6 @@ protected:
|
|||
result = JSON_OK;
|
||||
logger.logString("update config and restart");
|
||||
config.saveConfig();
|
||||
delay(500);
|
||||
delayedRestart();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue