From 2d1ef49ca9401f5ae5486a7e4b7d9765dcce1aba Mon Sep 17 00:00:00 2001 From: Morghus Date: Tue, 29 Jul 2025 20:58:44 +1200 Subject: [PATCH 1/2] 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(); From 754ad9cffe6116e8f39e170d48799e3e4ecec6c8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 29 Jul 2025 12:54:52 +0000 Subject: [PATCH 2/2] Bump version to 2025.7.2 [skip-versioning] --- versioning/VERSION | 2 +- versioning/VERSION_YAML | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/versioning/VERSION b/versioning/VERSION index 1aabd13..1e6f503 100644 --- a/versioning/VERSION +++ b/versioning/VERSION @@ -1 +1 @@ -2025.7.1 +2025.7.2 diff --git a/versioning/VERSION_YAML b/versioning/VERSION_YAML index 097ac99..1288ff5 100644 --- a/versioning/VERSION_YAML +++ b/versioning/VERSION_YAML @@ -1 +1 @@ -version: 2025.7.1 +version: 2025.7.2