MM10 Mixing circuit defaults to hc1

This commit is contained in:
MichaelDvP
2020-01-04 12:28:50 +01:00
parent f818db2718
commit 6a2fd44028

View File

@@ -1244,7 +1244,7 @@ void _process_MMPLUSStatusMessage(_EMS_RxTelegram * EMS_RxTelegram) {
// 0xAB
void _process_MMStatusMessage(_EMS_RxTelegram * EMS_RxTelegram) {
uint8_t hc = 1; // fixed, for 0xAB
uint8_t hc = 0; // fixed, for 0xAB
EMS_Mixing.hc[hc].active = true;
_setValue(EMS_RxTelegram, &EMS_Mixing.hc[hc].flowTemp, EMS_OFFSET_MMStatusMessage_flow_temp);