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 softAPConfig() return #6294

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Conversation

SuGlider
Copy link
Collaborator

@SuGlider SuGlider commented Feb 16, 2022

Summary

This PR fixes the return of Static IP setup using softAPConfig() function.
softAPConfig() returns always false even when the operation is successful.
This occurs because of a failure return code while trying to stop DHCP Client Service.

Impact

None, just fixes the function.

Related links

Fixes #6270

@SuGlider SuGlider added the Area: BT&Wifi BT & Wifi related issues label Feb 16, 2022
@SuGlider SuGlider added this to the 2.0.3 milestone Feb 16, 2022
@SuGlider SuGlider self-assigned this Feb 16, 2022
@SuGlider SuGlider mentioned this pull request Feb 16, 2022
1 task
@me-no-dev me-no-dev merged commit 7be846c into espressif:master Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: BT&Wifi BT & Wifi related issues
Projects
Development

Successfully merging this pull request may close these issues.

ESP32 AP Mode Local IP
2 participants