diff --git a/src/devices/boiler.cpp b/src/devices/boiler.cpp index 5b35d0911..4e15114bc 100644 --- a/src/devices/boiler.cpp +++ b/src/devices/boiler.cpp @@ -812,8 +812,8 @@ void Boiler::process_UBAErrorMessage(std::shared_ptr telegram) { } } } -// 0xC2 +// 0xC2 void Boiler::process_UBAErrorMessage2(std::shared_ptr telegram) { if (telegram->offset > 0 || telegram->message_length < 14) { return;