mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-18 09:21:57 +00:00
Removed handshake timeout as reason for AP mode
This commit is contained in:
parent
7aa7f6adc6
commit
4b34df091c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user