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

Fix static ip assignment on wifi for rp2040 #3896

Merged

Conversation

The3rdPlace
Copy link
Contributor

by rearranging the arguments to config(...) to match the expected input order. The lwip library makes an internal reorder or the arguments depending on the netmask to work with both ESP and Arduino platforms.

The input order was incorrect when running on an rp2040 device.

@CLAassistant
Copy link

CLAassistant commented May 15, 2024

CLA assistant check
All committers have signed the CLA.

by rearranging the arguments to match the expected input order.
The lwip library makes an internal reorder or the arguments
depending on the netmask to work with both ESP and Arduino
platforms.

The input order was incorrect when running on an rp2040 device.
@The3rdPlace The3rdPlace force-pushed the oz1cqt-fix-static-ip-assignment branch from e2004cf to 70bac93 Compare May 15, 2024 08:52
@thebentern thebentern merged commit 1d42a6c into meshtastic:master May 15, 2024
79 checks passed
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.

4 participants