You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): don't report a false join failure after configure-wifi
After REBOOT_TO_RUN the pre-reboot setup-mode COM port lingers in the OS for a second or two before the board re-enumerates as the XInput controller. The join-watch loop read that stale port as the Pico bouncing back to setup and printed 'came back in setup-mode USB before joining Wi-Fi' even when the board went on to join normally. Flag a setup port as a real bounce only after it has first disappeared.
0 commit comments