From a26099e809f1a5635122070aeed0b30fc0d469f4 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 1 Feb 2025 19:33:31 +0100 Subject: [PATCH] Test --- components/tc_bus/tc_bus.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/tc_bus/tc_bus.cpp b/components/tc_bus/tc_bus.cpp index 13d1334..3982f67 100644 --- a/components/tc_bus/tc_bus.cpp +++ b/components/tc_bus/tc_bus.cpp @@ -659,9 +659,8 @@ namespace esphome dst->space(checksm ? TCS_ONE_BIT_MS : TCS_ZERO_BIT_MS); ESP_LOGD(TAG, "space chksm %i", checksm ? TCS_ONE_BIT_MS : TCS_ZERO_BIT_MS); - dst->mark(500); - - ESP_LOGD(TAG, "mark %i", 500); + dst->mark(1600); + ESP_LOGD(TAG, "mark %i", 1600); call.perform(); ESP_LOGD(TAG, "perform");