From 3edbf68de090a2c25bc1733508fb177d60c9c73e Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 20 Oct 2024 15:02:34 +0200 Subject: [PATCH] typo in comment --- src/telegram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/telegram.cpp b/src/telegram.cpp index 54e7ec799..8c171a04b 100644 --- a/src/telegram.cpp +++ b/src/telegram.cpp @@ -632,7 +632,7 @@ uint16_t TxService::read_next_tx(const uint8_t offset, const uint8_t length) { // some telegrams only reply with one byte less, but have higher offsets (boiler 0x10) // some reply with higher offset than requests and have not_set values intermediate (boiler 0xEA) - // We have th last byte received + // We have the last byte received if (offset + old_length >= telegram_last_->offset + telegram_last_->message_data[0]) { return 0; }