mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
enable wifi sleep for c3 (#23117)
This commit is contained in:
parent
3f93d2deee
commit
c926b4b3a6
@ -185,9 +185,9 @@ void WiFiSetSleepMode(void)
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
bool wifi_no_sleep = Settings->flag5.wifi_no_sleep;
|
bool wifi_no_sleep = Settings->flag5.wifi_no_sleep;
|
||||||
#ifdef CONFIG_IDF_TARGET_ESP32C3
|
//#ifdef CONFIG_IDF_TARGET_ESP32C3
|
||||||
wifi_no_sleep = true; // Temporary patch for IDF4.4, wifi sleeping may cause wifi drops
|
// wifi_no_sleep = true; // Temporary patch for IDF4.4, wifi sleeping may cause wifi drops
|
||||||
#endif
|
//#endif
|
||||||
if (0 == TasmotaGlobal.sleep || wifi_no_sleep) {
|
if (0 == TasmotaGlobal.sleep || wifi_no_sleep) {
|
||||||
if (!TasmotaGlobal.wifi_stay_asleep) {
|
if (!TasmotaGlobal.wifi_stay_asleep) {
|
||||||
WiFiHelper::setSleepMode(WIFI_NONE_SLEEP); // Disable sleep
|
WiFiHelper::setSleepMode(WIFI_NONE_SLEEP); // Disable sleep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user