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

Fixes LwIP INADDR_NONE conflict with softAPConfig() #7059

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

SuGlider
Copy link
Collaborator

Description of Change

The header for softAPConfig() uses INADDR_NONE symbol that may conflict with LWIP defenition for the same symbol depending on the order to files included in a sketch, as describer in #6981

Tests scenarios

ESP32

Related links

Fixes #6981

@SuGlider SuGlider added this to the 2.0.5 milestone Jul 29, 2022
@SuGlider SuGlider requested a review from PilnyTomas July 29, 2022 15:34
@SuGlider SuGlider self-assigned this Jul 29, 2022
@SuGlider SuGlider mentioned this pull request Jul 31, 2022
1 task
@SuGlider SuGlider merged commit 60c4eea into espressif:master Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Sketch using WiFi.softAPConfig() with 3 parameters no longer works under 2.0.4
2 participants