From a98cdcc2fd09ea0c5133bcb4c52b534d2df0cc37 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 23 Sep 2024 23:48:49 +0200 Subject: [PATCH] reduce delay --- components/tc_bus/tc_bus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tc_bus/tc_bus.cpp b/components/tc_bus/tc_bus.cpp index 54178d86..4693767f 100644 --- a/components/tc_bus/tc_bus.cpp +++ b/components/tc_bus/tc_bus.cpp @@ -204,7 +204,7 @@ namespace esphome } else { - delay(50); + delay(20); // Request Data Blocks ESP_LOGD(TAG, "Read 4 memory addresses %i to %i", (reading_memory_count_ * 4), (reading_memory_count_ * 4) + 4);