mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-01 01:46:42 +08:00
Merge pull request #1532 from pieterg/patch-2
armsrc/felica: fix handling POLL with Request Code 1
This commit is contained in:
commit
ebe38673f0
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ void felica_sim_lite(uint8_t *uid) {
|
|||
if (FelicaFrame.framebytes[6] == 1) {
|
||||
curresp = resp_poll1;
|
||||
curlen = R_POLL1_LEN;
|
||||
listenmode = true;
|
||||
listenmode = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue