mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
compilation fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user