Update support_wifi.ino
This commit is contained in:
parent
a1c464d34c
commit
0bd4ac8eea
@ -186,7 +186,6 @@ void WiFiSetSleepMode(void)
|
||||
} else {
|
||||
WiFi.setSleepMode(WIFI_MODEM_SLEEP); // Disable sleep (Esp8288/Arduino core and sdk default)
|
||||
}
|
||||
WiFi.setSleepMode(WIFI_LIGHT_SLEEP); // Allow light sleep during idle times
|
||||
} else {
|
||||
WiFi.setSleepMode(WIFI_MODEM_SLEEP); // Disable sleep (Esp8288/Arduino core and sdk default)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user