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();