mirror of https://github.com/arendst/Tasmota.git
Always set ignore_any_key_time on button release
This commit is contained in:
parent
850f50d82e
commit
553b487152
|
@ -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…
Reference in New Issue