mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-14 03:06:30 +02:00
`WIFI_REASON_CONNECTION_FAIL` has been added to `wifi_err_reason_t` some time ago:cec3fca4ad/tools/sdk/include/esp32/esp_wifi_types.h (L95)
But it was still missing from `system_event_reasons` in `WiFiGeneric.cpp` sometimes causing panics here:cec3fca4ad/libraries/WiFi/src/WiFiGeneric.cpp (L348)