From 0bd4ac8eea39181f14462eb820858069cf6e9e4f Mon Sep 17 00:00:00 2001 From: andrethomas Date: Sat, 1 Dec 2018 18:58:26 +0200 Subject: [PATCH] Update support_wifi.ino --- sonoff/support_wifi.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/sonoff/support_wifi.ino b/sonoff/support_wifi.ino index 2dce4bce2..2a1ef27d6 100644 --- a/sonoff/support_wifi.ino +++ b/sonoff/support_wifi.ino @@ -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) }