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