You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit c24a340 , code was added to manually fire SYSTEM_EVENT_WIFI_READY:
Add SYSTEM_EVENT_WIFI_READY call back once wifi service is init. allows you to hook in, as the sdk does not generate this event for you.
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:
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: