rejoe2
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/hm/miPayload.h
|
@ -737,7 +737,7 @@ const byteAssign_t InfoAssignment[] = { |
|
|
uint8_t txCmd = mPayload[id].txCmd; |
|
|
uint8_t txCmd = mPayload[id].txCmd; |
|
|
|
|
|
|
|
|
if(!*complete) { |
|
|
if(!*complete) { |
|
|
DPRINTLN(DBG_VERBOSE, F("incomlete, txCmd is 0x") + String(txCmd, HEX)); |
|
|
DPRINTLN(DBG_VERBOSE, F("incomplete, txCmd is 0x") + String(txCmd, HEX)); |
|
|
//DBGHEXLN(txCmd);
|
|
|
//DBGHEXLN(txCmd);
|
|
|
if (txCmd == 0x09 || txCmd == 0x11 || (txCmd >= 0x36 && txCmd <= 0x39)) |
|
|
if (txCmd == 0x09 || txCmd == 0x11 || (txCmd >= 0x36 && txCmd <= 0x39)) |
|
|
return false; |
|
|
return false; |
|
|