mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Merge pull request #14942 from pcdiem/pwm-dimmer-3
Always set ignore_any_key_time on button release
This commit is contained in:
commit
27fb078f1b
@ -893,6 +893,7 @@ bool Xdrv35(uint8_t function)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
button_unprocessed[button_index] = true;
|
button_unprocessed[button_index] = true;
|
||||||
|
ignore_any_key_time = now - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the power button was just released, clear the flags associated with it.
|
// If the power button was just released, clear the flags associated with it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user