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

Add WIFI_REASON_CONNECTION_FAIL in WiFiGeneric.cpp #3529

Merged
merged 2 commits into from
Jan 20, 2020
Merged

Add WIFI_REASON_CONNECTION_FAIL in WiFiGeneric.cpp #3529

merged 2 commits into from
Jan 20, 2020

Conversation

felixstorm
Copy link
Contributor

WIFI_REASON_CONNECTION_FAIL has been added to wifi_err_reason_t some time ago:

WIFI_REASON_CONNECTION_FAIL = 205,

But it was still missing from system_event_reasons in WiFiGeneric.cpp sometimes causing panics here:

log_w("Reason: %u - %s", reason, reason2str(reason));

@me-no-dev me-no-dev merged commit 2f13a96 into espressif:master Jan 20, 2020
@me-no-dev
Copy link
Member

good one!

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.

2 participants