remove comment

This commit is contained in:
Proddy
2023-09-25 09:14:40 +02:00
parent 1b0f840d18
commit 9c423dc886

View File

@@ -844,7 +844,6 @@ void Thermostat::process_RC35wwTimer(std::shared_ptr<const Telegram> 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,