mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
Removed some leftovers
This commit is contained in:
@@ -1497,7 +1497,6 @@ void _process_MMPLUSStatusMessage(_EMS_RxTelegram * EMS_RxTelegram) {
|
|||||||
if (EMS_RxTelegram->data_length == 1) {
|
if (EMS_RxTelegram->data_length == 1) {
|
||||||
|
|
||||||
} else if (EMS_RxTelegram->data_length > 8) {
|
} else if (EMS_RxTelegram->data_length > 8) {
|
||||||
uint8_t hc_temp = _toShort(3);
|
|
||||||
EMS_Mixing.hc[hc].flowTemp = _toShort(EMS_OFFSET_MMPLUSStatusMessage_flow_temp);
|
EMS_Mixing.hc[hc].flowTemp = _toShort(EMS_OFFSET_MMPLUSStatusMessage_flow_temp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user