This commit is contained in:
proddy
2024-10-29 11:30:04 +01:00
parent fcf8432325
commit d527f4662d

View File

@@ -133,7 +133,7 @@ class Telegram {
auto msg_size = (index - this->offset + num_bytes - 1);
if ((index < this->offset) || (msg_size >= this->message_length) || (msg_size > EMS_MAX_TELEGRAM_MESSAGE_LENGTH)) {
return false;
return false; // TODO we should set value to a default value here
}
Value val = value;