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
From impOS 42 and up, there will no longer be any period for which BlinkUp will always remain active after the code imp.enableblinkup(false); has run, even if the host imp is still in the BOOTING phase
So when we use a connection manager with blinkupBehavior set to CM_BLINK_NEVER, you may just brick your device if it cannot connect to the latest configured WiFi.
The text was updated successfully, but these errors were encountered:
Given the 10-second window for BlinkUp during a cold boot, we can utilize this period to perform BlinkUp. If this approach doesn't work, clearing the credentials during this window and then performing BlinkUp should resolve the issue.
So when we use a connection manager with
blinkupBehavior
set toCM_BLINK_NEVER
, you may just brick your device if it cannot connect to the latest configured WiFi.The text was updated successfully, but these errors were encountered: