From 716c3da3df6483047754ad154819f70b8ec009b1 Mon Sep 17 00:00:00 2001 From: tictrick <117273857+tictrick@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:36:57 +0100 Subject: [PATCH] Bugfix: HMT would not start Am Morgen wollten die HMTs nicht starten. --- src/hm/hmSystem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hm/hmSystem.h b/src/hm/hmSystem.h index 0266a948..22318347 100644 --- a/src/hm/hmSystem.h +++ b/src/hm/hmSystem.h @@ -69,6 +69,7 @@ class HmSystem { } else if(iv->config->serial.b[5] == 0x13) { iv->ivGen = IV_HMT; iv->type = INV_TYPE_6CH; + iv->ivRadioType = INV_RADIO_TYPE_CMT; } else if(iv->config->serial.u64 != 0ULL) { DPRINTLN(DBG_ERROR, F("inverter type can't be detected!")); return;