compilation fix

This commit is contained in:
Климов Андрей Николаевич
2022-04-23 21:24:10 +03:00
parent 81edb7f86e
commit 23cd2a2139

View File

@@ -145,7 +145,7 @@ void watchdogSetup(void) {} //Do not remove - strong re-definition WDT Init f
bool cleanConf()
{
if (!root) return;
if (!root) return true;
bool clean = true;
debugSerial<<F("Unlocking config ...")<<endl;
uint32_t stamp=millis();