Skip to content

Commit 9d7eb2e

Browse files
committed
WiFi persistence is now false by default
1 parent c15cb5d commit 9d7eb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/ESP8266WiFiGeneric.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct WiFiEventHandlerOpaque
8383

8484
static std::list<WiFiEventHandler> sCbEventList;
8585

86-
bool ESP8266WiFiGenericClass::_persistent = true;
86+
bool ESP8266WiFiGenericClass::_persistent = false;
8787
WiFiMode_t ESP8266WiFiGenericClass::_forceSleepLastMode = WIFI_OFF;
8888

8989
ESP8266WiFiGenericClass::ESP8266WiFiGenericClass()

0 commit comments

Comments
 (0)