mirror of https://github.com/arendst/Tasmota.git
so65
parent
b45ad7735c
commit
0fa8570bd5
|
@ -1,9 +1,11 @@
|
|||
**Introduced in v6.7.1**
|
||||
|
||||
Fast power cycle device recovery is implemented for situations where a device cannot be reset to firmware defaults (no serial access, no button). It resets all Tasmota settings (equal to [`reset 3`](commands#reset) after 4 power cycles.
|
||||
Fast power cycle device recovery is implemented for situations where a device cannot be reset to firmware defaults (no serial access, no button). It resets all Tasmota settings (equal to [`Reset 3`](commands#reset)) after 4 power cycles.
|
||||
|
||||
[`SetOption65`](Commands#setoption65) must be set to `0` to enable this feature.
|
||||
|
||||
## To use:
|
||||
1. Cut power from the device completely for 30 seconds
|
||||
2. Power the device on and off three times with intervals lower than 10 seconds and leave it on after fourth time
|
||||
3. Fast power cycle device recovery should activate and the device should be reset to firmware defaults
|
||||
> If you flashed a precompiled binary you can [reconfigure](https://github.com/arendst/Tasmota/wiki/Initial-Configuration#configure-wi-fi) the device using webUI
|
||||
> If you flashed a precompiled binary you can [reconfigure](https://github.com/arendst/Tasmota/wiki/Initial-Configuration#configure-wi-fi) the device using the web UI.
|
Loading…
Reference in New Issue