Skip to content
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

ESP32: Don't disconnect WiFi when we're actively reconnecting #3026

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

GUVWAF
Copy link
Member

@GUVWAF GUVWAF commented Dec 20, 2023

The WiFiEvent ARDUINO_EVENT_WIFI_STA_DISCONNECTED or ARDUINO_EVENT_WIFI_STA_LOST_IP may happen when we're about to reconnect. It shouldn't disconnect and schedule new reconnects then.

Might partly fix #2796.

WiFiEvents may happen asynchronously
@thebentern thebentern merged commit db8f8db into meshtastic:master Dec 21, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: WiFI hangs on a nodes with MQTT
2 participants