-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
onWiFiModeChange not working corect #8341
Comments
@RastoH can you provide a small example of the issue that you patch is solving? |
sorry, original line: WiFiEventModeChange& dst = reinterpret_cast<WiFiEventModeChange>(&e->event_info); handler caled, but oldMode and newMode values always 0 |
@RastoH will you open a pull request or are you ok if I do that? |
make it. thnx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
replace:
with:
The text was updated successfully, but these errors were encountered: