mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-26 01:33:36 +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.