-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incoherent WiFiEvent() calls #3006
Comments
@jjmonteiro These are debug output, you have your
This one says it is a Chuck. |
@stickbreaker yes, I intentionally enabled |
Hi, HardwareESP32 240MHz, 320KB RAM, 4MB Flash DescriptionUsing:
The SYSTEM_EVENT_STA_DISCONNECTED event is never fired. SketchUsing this sketch, which, correct me if I'm wrong, should be the wifi events example:
I got this output in the console:
As you can see |
Curious if you ever figured anything out with this? It seems like the library has everything in place to actually trigger the eventCallback, but it's not. Maybe this is because something else is triggered first - I'm not sure. |
I've attached the ESP-WROOM-KIT and debugged the Basically
I've tracked down the bug to:
What the
which at the end of the stack will cause the function Therefore, removing the I don't know if this is a viable solution or just a workaround. There are probably reasons why someone put that |
If you submit the PR, then @me-no-dev will take a look at it and comment. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Hardware:
Description:
Calls to WiFiEvent(WiFiEvent_t event) are not making sense
Sketch: (leave the backquotes for [code formatting]
Debug Messages:
sometimes: (after using WiFi.softAP)
The text was updated successfully, but these errors were encountered: