From af7430f0a07396a5373185ac130b782b38d2b163 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 19 Sep 2024 18:34:35 +0200 Subject: [PATCH] Fix --- components/tc_bus/tc_bus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tc_bus/tc_bus.h b/components/tc_bus/tc_bus.h index f1fed749..35d71df5 100644 --- a/components/tc_bus/tc_bus.h +++ b/components/tc_bus/tc_bus.h @@ -53,6 +53,7 @@ namespace esphome static volatile uint32_t s_cmd; static volatile uint8_t s_cmdLength; static volatile bool s_cmdReady; + static volatile uint8_t s_address; // Adressfeld für Q-Protokoll ISRInternalGPIOPin rx_pin; };