Skip to content

Commit 626879d

Browse files
authored
Merge branch 'master' into bug-esp8266#3795
2 parents d65d19f + 397592f commit 626879d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/ESP8266WiFi/src/ESP8266WiFiAP.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ bool ESP8266WiFiAPClass::softAPdisconnect(bool wifioff) {
265265
struct softap_config conf;
266266
*conf.ssid = 0;
267267
*conf.password = 0;
268+
conf.authmode = AUTH_OPEN;
268269
ETS_UART_INTR_DISABLE();
269270
if(WiFi._persistent) {
270271
ret = wifi_softap_set_config(&conf);

0 commit comments

Comments
 (0)