From abc0a9643a794720af9b1507e7614eb726ee81ac Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 19 Sep 2024 18:39:49 +0200 Subject: [PATCH] Fix --- components/tc_bus/tc_bus.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tc_bus/tc_bus.cpp b/components/tc_bus/tc_bus.cpp index a5c8ada1..ecd4277b 100644 --- a/components/tc_bus/tc_bus.cpp +++ b/components/tc_bus/tc_bus.cpp @@ -168,6 +168,7 @@ namespace esphome volatile uint32_t TCBusComponentStore::s_cmd = 0; volatile uint8_t TCBusComponentStore::s_cmdLength = 0; volatile bool TCBusComponentStore::s_cmdReady = false; + volatile uint8_t TCBusComponentStore::s_address = 0; void bitSetIDF(uint32_t *variable, int bitPosition) { *variable |= (1UL << bitPosition);