mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
armsrc/felica: fix handling POLL with Request Code 1
apparent typo, listenmode should be set to false in order to send the prepared response
This commit is contained in:
parent
d4b5bfbeaa
commit
bf03177255
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
Add a link
Reference in a new issue