* fix MI inverter support #1078
This commit is contained in:
lumapu 2023-08-08 02:07:43 +02:00
parent 6156145bd6
commit c59d26d858
6 changed files with 46 additions and 42 deletions

View file

@ -281,7 +281,7 @@ class HmRadio {
DHEX(mid);
DBGPRINT(F(" pid: "));
DBGHEXLN(pid);
}
}
memset(mTxBuf, 0, MAX_RF_PAYLOAD_SIZE);
mTxBuf[0] = mid; // message id
CP_U32_BigEndian(&mTxBuf[1], (invId >> 8));