Arduino-ESP32 2.0.0-alpha REGRESSION: WiFi object never fires ARDUINO_EVENT_WIFI_READY #5315
Labels
Area: BT&Wifi
BT & Wifi related issues
Milestone
8000
In commit c24a340 , code was added to manually fire SYSTEM_EVENT_WIFI_READY:
However, in commit 5502879 that merges ESP32S2 and ESP-IDF 4.4+ support, the code to fire an event on WiFi init (which should be ARDUINO_EVENT_WIFI_READY) was overwritten and removed without any explanation, and is missing up to this day. Code that depended on hooking on WiFi init is now broken, as ARDUINO_EVENT_WIFI_READY is never fired anywhere else in the code.
The text was updated successfully, but these errors were encountered: