mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04: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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user