mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Fix compilation (#19134)
This commit is contained in:
parent
c7a22f175b
commit
973ce106e7
@ -197,7 +197,7 @@ void CmndDeepsleepTime(void)
|
|||||||
Settings->tele_period = TELE_PERIOD; // Need teleperiod to go back to sleep
|
Settings->tele_period = TELE_PERIOD; // Need teleperiod to go back to sleep
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TasDiscovery();
|
TasmotaGlobal.discovery_counter = 1; // force TasDiscovery()
|
||||||
}
|
}
|
||||||
ResponseCmndNumber(Settings->deepsleep);
|
ResponseCmndNumber(Settings->deepsleep);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user