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
Suppress connection errors when checking Crazyflie state in boot delay logic
Refactor boot delay logic to avoid errors when determining the Crazyflie’s state. Since we do not explicitly check whether the Crazyflie is connected, disconnected, or already in bootloader mode before attempting a connection, we now simply try cf.link first and fall back to SyncCrazyflie if needed. Failures in these attempts are handled silently, preventing misleading error messages when the Crazyflie is already in bootloader mode. If both attempts fail, we assume bootloader mode and apply a 5-second delay.
0 commit comments