From 9a22b9b6bd3dc4a8633d4380069fca7795d6eaac Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 23 Sep 2024 01:05:10 +0200 Subject: [PATCH] Fix --- components/tc_bus/tc_bus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tc_bus/tc_bus.h b/components/tc_bus/tc_bus.h index 924db25..92f59af 100644 --- a/components/tc_bus/tc_bus.h +++ b/components/tc_bus/tc_bus.h @@ -110,7 +110,7 @@ namespace esphome bool programming_mode_ = false; bool reading_eeprom_ = false; - bool reading_eeprom_count_ = 0; + uint8_t reading_eeprom_count_ = 0; std::vector eeprom_buffer_; };