mirror of https://github.com/arendst/Tasmota.git
Typo
parent
084cec4279
commit
2d083c842d
2
FAQ.md
2
FAQ.md
|
@ -219,7 +219,7 @@ In some cases, adding a switch to a device causes ghost switching. In this case,
|
|||
|
||||
This short [10 minute video by TheHookUp](https://www.youtube.com/watch?v=31IyfM1gygo&t=15s) nicely explains what it is and how to prevent it.
|
||||
|
||||
Other cause can be of electrical nature. Ff you have connected an external switch using long wires they can pick up stray signals and cause the voltage on the GPIO to vary. [Solution here](Expanding-Tasmota#electrical-considerations)
|
||||
Other cause can be of electrical nature. If you have connected an external switch using long wires they can pick up stray signals and cause the voltage on the GPIO to vary. [Solution here](Expanding-Tasmota#electrical-considerations)
|
||||
|
||||
### Device resets to defaults every minute or so
|
||||
Your device may be in a boot loop - a restart caused by any exception or watchdog timer within less than `BOOT_LOOP_TIME` (_default 10 seconds_). The number of boot loops allowed before beginning to reset settings is determined by [`SetOption36`](Commands#setoption36). When Tasmota reaches this situation, it will begin restoring default settings as follows:
|
||||
|
|
Loading…
Reference in New Issue