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
Sorry for the VERY LATE reply but somehow i did not get any notification.
If its still relevant your callback is formated wrong.
here is a Simple example from the Olimex POE Board that shows you how its done.
and how a Switch is used to destinguish between the diffrenet callback ID'S Olimex ethernet example
OR you could just copy out my entire "void WiFi_Event(WiFiEvent_t event, system_event_info_t info)" function in the wifi-ota.cpp
and replace "debugMe" -> "Serial.println"
and then register it with "WiFi.onEvent(WiFi_Event);"
Fantastic code.
I have a question regarding ESP32 wifi events you are using in file here: https://github.com/Gerfunky/TinyPixelMapper/blob/master/wifi-ota.cpp
I am trying to use event SYSTEM_EVENT_AP_PROBEREQRECVED but Ido not have callback working for me. Can you please tell me how you got it working?
Code I am trying to use is below:
The text was updated successfully, but these errors were encountered: