minor comment change

This commit is contained in:
proddy
2021-05-09 10:57:48 +02:00
parent 4dab735dad
commit 4a06d328d6

View File

@@ -1201,7 +1201,7 @@ bool Boiler::set_warmwater_circulation_mode(const char * value, const int8_t id)
// Reset command
// 0 & 1 Reset-Mode (Manual, others)
// 8 reset maintenance message Hxx
// 12 & 13 Reset that Error-memory
// 12 & 13 Reset the Error-memory
bool Boiler::set_reset(const char * value, const int8_t id) {
uint8_t num;
if (!Helpers::value2enum(value, num, FL_(enum_reset))) {