Skip to content

Commit fb88f62

Browse files
committed
Removing support for IPv6 only networks
1 parent 3173ffa commit fb88f62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/MycilaESPConnect.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -902,10 +902,6 @@ void Mycila::ESPConnect::_onWiFiEvent(WiFiEvent_t event) {
902902
} else {
903903
LOGD(TAG, "[%s] WiFiEvent: ARDUINO_EVENT_WIFI_STA_GOT_IP6: Link-local: %s, global: %s", getStateName(), WiFi.linkLocalIPv6().toString().c_str(), WiFi.globalIPv6().toString().c_str());
904904
}
905-
if (_state == Mycila::ESPConnect::State::NETWORK_CONNECTING || _state == Mycila::ESPConnect::State::NETWORK_RECONNECTING) {
906-
_lastTime = -1;
907-
_setState(Mycila::ESPConnect::State::NETWORK_CONNECTED);
908-
}
909905
}
910906
break;
911907
#endif

0 commit comments

Comments
 (0)