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
There is a missing event in the comments: SYSTEM_EVENT_AP_STAIPASSIGNED
The code works fine. I was expanding the WiFiEvent() function to include all of the events and event number 17 kept coming up without a matching case statement.
The text was updated successfully, but these errors were encountered:
yoursunny
added a commit
to yoursunny/arduino-esp32
that referenced
this issue
Oct 2, 2018
This is a super minor issue, but it threw me for a loop for a minute.
In this example: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClientEvents/WiFiClientEvents.ino#L25-L26
There is a missing event in the comments: SYSTEM_EVENT_AP_STAIPASSIGNED
The code works fine. I was expanding the WiFiEvent() function to include all of the events and event number 17 kept coming up without a matching case statement.
The text was updated successfully, but these errors were encountered: