mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
remove comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user