diff options
author | John "Warthog9" Hawley <[email protected]> | 2022-10-03 23:14:10 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-03 23:14:10 -0700 |
commit | e03e742b34fe17b885b280b5c5623fc037a5cb47 (patch) | |
tree | 9970d6219da99453df3a2423c4291db44df3353c | |
parent | 5a0ec5a9545c95742b6fd34f9fc53ee37465c8d9 (diff) | |
download | PLF10-e03e742b34fe17b885b280b5c5623fc037a5cb47.tar.gz PLF10-e03e742b34fe17b885b280b5c5623fc037a5cb47.zip |
Update Tasmota template w/ ButtonDebounce
ButtonDebounce defaults to 50 on tasmota, which has a tendency to false trigger the button and cause the light to randomly go on/off. This sets the ButtonDebounce as well as the SwitchDebounce which seems to alleviate the issue for me.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ General troubleshooting ideas applicable to all products are located in the [Com ## Recommended Tasmota Template ``` -{"NAME":"KAUF Plug","GPIO":[576,0,320,0,224,2720,0,0,2624,32,2656,0,0,0],"FLAG":0,"BASE":18, "CMND":"SwitchDebounce 100"} +{"NAME":"KAUF Plug","GPIO":[576,0,320,0,224,2720,0,0,2624,32,2656,0,0,0],"FLAG":0,"BASE":18, "CMND":"SwitchDebounce 100", "CMND":"ButtonDebounce 100"} ``` ## Links |