-
Notifications
You must be signed in to change notification settings - Fork 943
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
RP2040: Update core; add mDNS support #5355
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked that it only affects rpi, changes seem fine.
Great to see MDNS support for the actual meshtastic tcp port, wanted to suggest that as well. |
Good question, it seemed a bit redundant to me, but it would indeed be more correct. |
* Update arduino-pico core * RP2040: Add mDNS support * SimpleMDNS `begin` now returns a bool * Add `-g` option to `debug_build_flags` to link files for gdb * RAK11310 needs old platform as well * Change defines to specific architecture * Core version 4.2.1 is out
Updated the core, hopefully to fix potential FreeRTOS issues.
It also includes a new
SimpleMDNS
library that does work with FreeRTOS. Added a "meshtastic" service as there is no HTTP/HTTPS service, which the Android app now also looks for: meshtastic/Meshtastic-Android#1401. Tested this and it indeed finds the IP address now.Lastly, added the
-g
option to link the source files for debugging.