Skip to content

Commit

Permalink
Merge branch 'tictrick-development03' into development03
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Feb 7, 2024
2 parents 90d4df4 + 716c3da commit c447049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hm/hmSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c447049

Please sign in to comment.