mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Fixed flags in response to addressed signle read without option flags
This commit is contained in:
@@ -97,7 +97,7 @@ uint16_t TITagitstandardAppProcess(uint8_t* FrameBuf, uint16_t FrameBytes)
|
||||
FramePtr = FrameBuf + 2;
|
||||
ResponseByteCount = 6;
|
||||
} else { /* request with option flag not set*/
|
||||
FrameBuf[ISO15693_ADDR_FLAGS] = ISO15693_REQ_FLAG_OPTION; /* Flags */
|
||||
FrameBuf[ISO15693_ADDR_FLAGS] = ISO15693_RES_FLAG_NO_ERROR; /* Flags */
|
||||
FramePtr = FrameBuf + 1;
|
||||
ResponseByteCount = 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user