From 78a353f8ecbb69c833ecf66b2f4049fed89da699 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 19 Sep 2024 18:29:23 +0200 Subject: [PATCH] Fix --- 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 fdb0114..d7f5332 100644 --- a/components/tc_bus/tc_bus.cpp +++ b/components/tc_bus/tc_bus.cpp @@ -177,7 +177,7 @@ namespace esphome return (variable >> bitPosition) & 0x01; } - void IRAM_ATTR HOT TCSComponentStore::gpio_intr(TCSComponentStore *arg) + void IRAM_ATTR HOT TCComponentStore::gpio_intr(TCComponentStore *arg) { // Erweiterung für das Q-Protokoll der TCS Anlage static uint64_t curCMD; // Längere Befehle möglich