mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-02 10:41:40 +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;
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue