From 9c423dc8867781feb8bd8ca54988e803144314ba Mon Sep 17 00:00:00 2001 From: Proddy Date: Mon, 25 Sep 2023 09:14:40 +0200 Subject: [PATCH] remove comment --- src/devices/thermostat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index 8954af83a..3d02420d6 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -844,7 +844,6 @@ void Thermostat::process_RC35wwTimer(std::shared_ptr telegram) { return; } - // TODO: should this be >= 87 to avoid out of bounds? if (telegram->message_length + telegram->offset >= 92 && telegram->offset <= 87) { char data[sizeof(wwVacation_)]; snprintf(data,