mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix: hf 14a sniff ignoring reader commands
This commit is contained in:
parent
17bfed94da
commit
78150d8191
1 changed files with 3 additions and 2 deletions
|
@ -803,9 +803,10 @@ void RAMFUNC SniffIso14443a(uint8_t param) {
|
|||
|
||||
// check - if there is a short 7bit request from reader
|
||||
if ((!triggered) && (param & 0x02) && (Uart.len == 1) && (Uart.bitCount == 7)) {
|
||||
|
||||
triggered = true;
|
||||
|
||||
}
|
||||
|
||||
if (triggered) {
|
||||
if (!LogTrace(receivedCmd,
|
||||
Uart.len,
|
||||
Uart.startTime * 16 - DELAY_READER_AIR2ARM_AS_SNIFFER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue