meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3k stars 715 forks source link

Fix static ip assignment on wifi for rp2040 #3896

Closed The3rdPlace closed 1 month ago

The3rdPlace commented 1 month ago

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 commented 1 month ago

CLA assistant check
All committers have signed the CLA.