-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
Bootloops require complete reset of the flash contents, erasing all user settings and being a major inconvenience for controllers in hard to access areas.
Describe the solution you'd like
A safe mode that boots WLED with :
- reduced LED count
- AP mode only
This should either be activated after a set number of unsuccessful boots (would require writing a flag to flash at every boot, not ideal for flash longevity, but can be manageable with the planned introduction of a wear levelling filesystem).
An alternative would be checking the reset reason flag and loading safe mode if the reset was not either planned or a cold start.
mjferro