mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 11:44:29 +05:00
refactor: optimization
This commit is contained in:
@@ -100,7 +100,7 @@ void setup() {
|
||||
if (strcmp(SETTINGS_VALID_VALUE, settings.validationValue) != 0) {
|
||||
Log.swarningln(FPSTR(L_SETTINGS), F("Not valid, set default and restart..."));
|
||||
fsSettings.reset();
|
||||
delay(5000);
|
||||
::delay(5000);
|
||||
ESP.restart();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user