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

WiFiC3 - don't start DHCP in begin, if static IP is configured #179

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

JAndrassy
Copy link
Contributor

@JAndrassy JAndrassy commented Nov 7, 2023

DHCP was overwriting static IP configuration. This PR solves it. It is done same way as in esp32 and esp8266 WiFi library, which too use LwIP .
It allows to return to DHCP with config(0)

@facchinm facchinm merged commit 773fdc0 into arduino:main Nov 13, 2023
6 checks passed
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Nov 13, 2023
@JAndrassy JAndrassy deleted the wific3_staticip_fix branch November 13, 2023 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants