Skip to content

Commit 179286d

Browse files
committed
remove wifi.begin from esp8266
1 parent dae0c5b commit 179286d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_interfaces/Wippersnapper_ESP8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class Wippersnapper_ESP8266 : public Wippersnapper {
315315
delay(100);
316316
// ESP8266 MUST be in STA mode to avoid device acting as client/server
317317
WiFi.mode(WIFI_STA);
318-
WiFi.begin(_ssid, _pass);
318+
// WiFi.begin(_ssid, _pass);
319319
_status = WS_NET_DISCONNECTED;
320320
delay(100);
321321

0 commit comments

Comments
 (0)