kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'fix/wifi_prov_mgr_retry_auth_expire_v5.1' into 'release/v5.1'
fix (wifi_prov): Retry provisioning on `WIFI_AUTH_EXPIRE` event (v5.1) See merge request espressif/esp-idf!26901pull/12600/head^2
commit
b7db75e845
|
@ -950,7 +950,6 @@ static void wifi_prov_mgr_event_handler_internal(
|
|||
|
||||
/* Set code corresponding to the reason for disconnection */
|
||||
switch (disconnected->reason) {
|
||||
case WIFI_REASON_AUTH_EXPIRE:
|
||||
case WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT:
|
||||
case WIFI_REASON_AUTH_FAIL:
|
||||
case WIFI_REASON_HANDSHAKE_TIMEOUT:
|
||||
|
|
Ładowanie…
Reference in New Issue