From 9fdfd52ad4e3bf1b84a919e19f76a95113ec0d67 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:58:48 +0200 Subject: [PATCH] Resolve conflict with PR#116 --- 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 577146c..0bf617c 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_touch.yaml @@ -437,8 +437,6 @@ tx_ultimate_easy: return "down"; position: !lambda return std::to_string(touch.x); - lambda: |- - ESP_LOGI("core_hw_touch", "Multi-touch released"); - touch_on_multi_touch_release->execute(); ESP_LOGI("core_hw_touch", "Swipe %s", (sl_tx_model_format->state == "${TX_MODEL_FORMAT_EU_TEXT}") ? "left" : "down"); touch_swipe_left->execute();