QUERY · ISSUE
esp_wifi_internal_reg_rxcb ret=0x3014
port-esp32
micropython: ESP-IDF v3.x GENERICv1.12
Can't Connect WiFi,REPL:
E (1999968) event: system_event_sta_disconnected_handle_default 294 esp_wifi_internal_reg_rxcb ret=0x3014
E (1999968) wifi: esp_wifi_connect 1134 wifi not start
CANDIDATE · PULL REQUEST
esp32/modnetwork: Still try to reconnect to WLAN even with AUTH_FAIL.
port-esp32
WIFI_REASON_AUTH_FAIL does not necessarily mean the password is wrong, and a wrong password may not lead to a WIFI_REASON_AUTH_FAIL error code. So to improve reliability connecting to a WLAN always reconnect regardless of the error.
See issue #3537 and #4838