Skip to content

Commit aae1f59

Browse files
committed
WIFI_MODE_NULL is not supported anymore
1 parent 1e732cd commit aae1f59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/WiFi/src/WiFiGeneric.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ static bool wifiLowLevelInit(bool persistent){
121121
if(!persistent){
122122
esp_wifi_set_storage(WIFI_STORAGE_RAM);
123123
}
124-
esp_wifi_set_mode(WIFI_MODE_NULL);
125124
lowLevelInitDone = true;
126125
}
127126
return true;

0 commit comments

Comments
 (0)