We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed4667 commit 237d631Copy full SHA for 237d631
src/web/WebStatusService.cpp
@@ -37,7 +37,7 @@ void WebStatusService::WiFiEvent(WiFiEvent_t event, WiFiEventInfo_t info) {
37
switch (event) {
38
case ARDUINO_EVENT_WIFI_STA_DISCONNECTED:
39
EMSESP::logger().warning("WiFi disconnected. Reason code=%s", disconnectReason(info.wifi_sta_disconnected.reason)); // IDF 4.0
40
- WiFi.disconnect(true);
+ // WiFi.disconnect(true); // this is done in NetworkSettingsService
41
EMSESP::system_.has_ipv6(false);
42
break;
43
0 commit comments