mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-30 17:26:12 +02:00
Typo in miPayload.h
This commit is contained in:
parent
abf084fa6e
commit
63a74eb02b
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ const byteAssign_t InfoAssignment[] = {
|
|||
uint8_t txCmd = mPayload[id].txCmd;
|
||||
|
||||
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);
|
||||
if (txCmd == 0x09 || txCmd == 0x11 || (txCmd >= 0x36 && txCmd <= 0x39))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue