From 0fa8570bd51c51484ec6bb3cf474764d94085ab8 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Wed, 6 Nov 2019 17:04:44 -0500 Subject: [PATCH] so65 --- Fast-power-cycle-device-recovery.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Fast-power-cycle-device-recovery.md b/Fast-power-cycle-device-recovery.md index 7ad4b503..bbd32e43 100644 --- a/Fast-power-cycle-device-recovery.md +++ b/Fast-power-cycle-device-recovery.md @@ -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 \ No newline at end of file + > 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. \ No newline at end of file