mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-09-19 14:15:35 +00:00
arduino-pico's WiFi.begin() blocks for up to 2x its 15s timeout, which stalled the mesh loop on every reconnect attempt; use beginNoBlock(). Log the IP when the link comes up, and the status code when retrying.