shutter reacted on QUAD press with HOLD event. Fixed
This commit is contained in:
stefanbode 2023-09-25 09:25:45 +02:00 committed by GitHub
parent 74900edc96
commit 0f6b59f67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;