Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boot safe mode #196

Closed
xoseperez opened this issue Aug 29, 2017 · 1 comment
Closed

Boot safe mode #196

xoseperez opened this issue Aug 29, 2017 · 1 comment
Labels
enhancement New feature or request major

Comments

@xoseperez
Copy link
Owner

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.

@xoseperez
Copy link
Owner Author

System stability check implemented in 1.9.2.

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.

@xoseperez xoseperez added major General enhancement New feature or request labels Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major
Projects
None yet
Development

No branches or pull requests

1 participant