mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
shutter reacted on QUAD press with HOLD event. Fixed
This commit is contained in:
parent
74900edc96
commit
0f6b59f67e
@ -249,7 +249,7 @@ bool ShutterButtonHandlerMulti(void)
|
||||
Button.last_state[button_index], Button.press_counter[button_index], Button.window_timer[button_index], Shutter[shutter_index].button_simu_pressed);
|
||||
|
||||
// multipress event handle back to main procedure
|
||||
if (Button.press_counter[button_index]>4) return false;
|
||||
if (Button.press_counter[button_index]>3) return false;
|
||||
|
||||
if (!Shutter[shutter_index].button_simu_pressed) {
|
||||
uint8_t pos_press_index = Button.press_counter[button_index]-1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user