mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
SwitchDebounce flags should be added to every valid imeout values
This commit is contained in:
parent
bb30044ae6
commit
2e43715343
@ -1275,7 +1275,7 @@ void CmndButtonDebounce(void)
|
||||
|
||||
void CmndSwitchDebounce(void)
|
||||
{
|
||||
if ((XdrvMailbox.payload > 39) && (XdrvMailbox.payload < 1001)) {
|
||||
if ((XdrvMailbox.payload > 39) && (XdrvMailbox.payload < 1010)) {
|
||||
Settings.switch_debounce = XdrvMailbox.payload;
|
||||
}
|
||||
ResponseCmndNumber(Settings.switch_debounce);
|
||||
|
Loading…
x
Reference in New Issue
Block a user