Skip to content

Commit

Permalink
Update support_wifi.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
andrethomas authored Dec 1, 2018
1 parent 55a832c commit bdf6369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sonoff/support_wifi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit bdf6369

Please sign in to comment.