* added class to combine inverter heuristics fields #1258
This commit is contained in:
lumapu 2023-12-09 02:30:57 +01:00
parent bd88242fea
commit 71e9fbdc0f
8 changed files with 75 additions and 67 deletions

View file

@ -301,7 +301,7 @@ class HmRadio : public Radio {
updateCrcs(&len, appendCrc16);
// set TX and RX channels
mTxChIdx = mRfChLst[iv->txRfChId];
mTxChIdx = mRfChLst[iv->heuristics.txRfChId];
if(*mSerialDebug) {
DPRINT_IVID(DBG_INFO, iv->id);