Skip to content

Commit 51eeed7

Browse files
committed
fix ap not turning off after connecting in esp8266
1 parent 41bfecc commit 51eeed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/esp-config-page-wireless.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ namespace ESP_CONFIG_PAGE
247247
#ifdef ESP32
248248
WiFi.mode(WIFI_MODE_STA);
249249
#elif ESP8266
250-
WiFi.mode(WIFI_AP_STA);
250+
WiFi.mode(WIFI_STA);
251251
#endif
252252
}
253253
}

0 commit comments

Comments
 (0)