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
Recently a race condition on boot caused a crash right after connecting to an AP i STA mode (Issue #190).
The idea is to have a way to check if the system is stable after a certain period of time and if the system enters an unstable loop being able to default to some safe (TBD) configuration that might allow to debug and/or flash it remotely.
The text was updated successfully, but these errors were encountered:
If the system resets in less than 60 seconds 5 times in a row the system is flagged as unstable.
When unstable only WiFi in AP mode, OTA and Telnet are loaded to avoid as much as possible culprit code. This should allow for some debugging or flashing a stable version.
Recently a race condition on boot caused a crash right after connecting to an AP i STA mode (Issue #190).
The idea is to have a way to check if the system is stable after a certain period of time and if the system enters an unstable loop being able to default to some safe (TBD) configuration that might allow to debug and/or flash it remotely.
The text was updated successfully, but these errors were encountered: