Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Jan 26, 2025
1 parent 9cc49df commit 5e8b36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tc_bus/tc_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ namespace esphome

memory_buffer_.clear();
reading_memory_ = true;
reading_memory_serial_number_ = serial_nummber;
reading_memory_serial_number_ = serial_number;
reading_memory_count_ = 0;
reading_memory_max_ = (model_data.memory_size / 4);

Expand Down

0 comments on commit 5e8b36e

Please sign in to comment.