aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohn "Warthog9" Hawley <[email protected]>2022-10-03 23:14:10 -0700
committerGitHub <[email protected]>2022-10-03 23:14:10 -0700
commite03e742b34fe17b885b280b5c5623fc037a5cb47 (patch)
tree9970d6219da99453df3a2423c4291db44df3353c
parent5a0ec5a9545c95742b6fd34f9fc53ee37465c8d9 (diff)
downloadPLF10-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4f4bb7..bb13de1 100644
--- a/README.md
+++ b/README.md
@@ -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