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

eliminates error messages when using Ethernet Static IP #5836

Merged
merged 9 commits into from
Nov 9, 2021
Merged

eliminates error messages when using Ethernet Static IP #5836

merged 9 commits into from
Nov 9, 2021

Conversation

SuGlider
Copy link
Collaborator

@SuGlider SuGlider commented Nov 3, 2021

Summary

Only affects ETH (not WiFi)

This PR solves #5733 by allowing the DHCP IDF server to complete its tasks and only then it sets a static IP.
This also solves another related failure reported in this issue (#5733 (comment)).

fix #5733

Impact

Adds a delay in order to wait for DHCP to actually terminate before setting the static IP configuration in ETH.

@SuGlider SuGlider self-assigned this Nov 3, 2021
@VojtechBartoska VojtechBartoska linked an issue Nov 3, 2021 that may be closed by this pull request
@me-no-dev
Copy link
Member

@SuGlider you did not answer anything I asked :) I have already started my review

libraries/WiFi/src/ETH.cpp Outdated Show resolved Hide resolved
@me-no-dev me-no-dev merged commit da72bc9 into espressif:master Nov 9, 2021
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.

Ethernet Static IP Fails
2 participants