Skip to content

Commit

Permalink
Update driver_flowiq2200.h
Browse files Browse the repository at this point in the history
  • Loading branch information
anhorbc authored Aug 24, 2024
1 parent f0c8226 commit 5545439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion driver_flowiq2200.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ struct Flowiq2200: Driver
}
else if ((tpl_ci_field == 0x79) && (l_field > 49)) {
if (signature == 0xF3A9) {
ESP_LOGD(TAG, "Signature of message is: '%X'", signature);
uint32_t usage{0};
uint8_t i = 28;
usage = (((uint32_t)telegram[i+3] << 24) | ((uint32_t)telegram[i+2] << 16) |
Expand Down

0 comments on commit 5545439

Please sign in to comment.