mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-18 00:37:13 +02:00
fix MI chashes
+ fix some lost debug messages
This commit is contained in:
parent
9b250c5385
commit
53f25629a6
5 changed files with 20 additions and 7 deletions
|
@ -278,9 +278,9 @@ class HmRadio {
|
|||
void initPacket(uint64_t invId, uint8_t mid, uint8_t pid) {
|
||||
if(mSerialDebug) {
|
||||
DPRINT(DBG_VERBOSE, F("initPacket, mid: "));
|
||||
DHEX(mid);
|
||||
DBGPRINT(F(" pid: "));
|
||||
DBGHEXLN(pid);
|
||||
DPRINT(DBG_VERBOSE, String(mid, HEX));
|
||||
DPRINT(DBG_VERBOSE,F(" pid: "));
|
||||
DPRINTLN(DBG_VERBOSE,String(pid, HEX));
|
||||
}
|
||||
memset(mTxBuf, 0, MAX_RF_PAYLOAD_SIZE);
|
||||
mTxBuf[0] = mid; // message id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue