Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 22, 2024
1 parent 00c6a82 commit 9a22b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tc_bus/tc_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<uint8_t> eeprom_buffer_;
};

Expand Down

0 comments on commit 9a22b9b

Please sign in to comment.