From 2d1ef49ca9401f5ae5486a7e4b7d9765dcce1aba Mon Sep 17 00:00:00 2001 From: Morghus Date: Tue, 29 Jul 2025 20:58:44 +1200 Subject: [PATCH] Fix incorrect triggering of multitouch event when swiping --- ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml index cf90e54..1d8d7af 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml @@ -432,8 +432,6 @@ tx_ultimate_easy: {"swipe-direction", swipe_direction.c_str()}, {"position", std::to_string(touch.x)} }); - ESP_LOGI("core_hw_touch", "Multi-touch released"); - touch_on_multi_touch_release->execute(); ESP_LOGI("core_hw_touch", "Swipe %s", swipe_direction.c_str()); touch_swipe_left->execute();