Skip to content

Commit

Permalink
Remove unused l_field
Browse files Browse the repository at this point in the history
  • Loading branch information
cenobitedk committed Jul 19, 2024
1 parent 9e729e3 commit 2bf7ef1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions driver_multical21.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ struct Multical21: Driver
private:
esphome::optional<double> get_total_water_m3(std::vector<unsigned char> &telegram) {
esphome::optional<double> ret_val{};
uint8_t l_field = telegram[0];
uint8_t tpl_ci_field = telegram[19];

if (tpl_ci_field == 0x78) {
Expand All @@ -54,7 +53,6 @@ struct Multical21: Driver

esphome::optional<double> get_target_water_m3(std::vector<unsigned char> &telegram) {
esphome::optional<double> ret_val{};
uint8_t l_field = telegram[0];
uint8_t tpl_ci_field = telegram[19];

if (tpl_ci_field == 0x78) {
Expand Down

0 comments on commit 2bf7ef1

Please sign in to comment.