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

AP & dhcp-server: fix uninitialized variables #7905

Merged
merged 1 commit into from
Mar 3, 2021
Merged

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Mar 3, 2021

Although legacy logic is greatly improvable, at least AP now seems to run like before, offering 192.168.4.100+ addresses, whether debug mode enabled or not.
Fixes #7880
Fixes #7795

The difference between debug mode enabled (not DHCPS_DEBUG but general debug options) had an effect on one of the uninitialized variables.

@d-a-v d-a-v merged commit 807ed51 into esp8266:master Mar 3, 2021
@d-a-v d-a-v deleted the fixAP branch March 3, 2021 00:12
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.

DHCP Server in STA+AP mode WiFi.softAPConfig returns fail for non-debug build
1 participant