Reduce BUTTON_MULTI_CLICK_DELAY to 250ms

This commit is contained in:
Edward Firmo
2024-12-22 01:46:28 +01:00
parent c65acc3298
commit fbc5cb79cc
3 changed files with 2 additions and 4 deletions

View File

@@ -113,9 +113,6 @@ script:
- id: !extend button_click_event
then:
- lambda: |-
ESP_LOGW("DEBUG", "button_click_event");
ESP_LOGW("DEBUG", " button_id: %" PRIu8, button_id);
ESP_LOGW("DEBUG", " click_count: %" PRIu8, click_count);
if (click_count == 1) { // Single click
if (!bs_multi_touch->state and
!bs_swipe_left->state and