Removed handshake timeout as reason for AP mode

This commit is contained in:
Gunnar Skjold 2023-07-03 15:46:12 +02:00
parent 7aa7f6adc6
commit 4b34df091c

View File

@ -186,7 +186,6 @@ void WiFiEvent(WiFiEvent_t event, WiFiEventInfo_t info) {
wifi_err_reason_t reason = (wifi_err_reason_t) info.wifi_sta_disconnected.reason;
debugI_P(PSTR("WiFi disconnected, reason %s"), WiFi.disconnectReasonName(reason));
switch(reason) {
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
case WIFI_REASON_AUTH_FAIL:
case WIFI_REASON_NO_AP_FOUND:
SystemConfig sys;