Merge pull request from pieterg/patch-2

armsrc/felica: fix handling POLL with Request Code 1
This commit is contained in:
Iceman 2021-11-18 17:43:17 +01:00 committed by GitHub
commit ebe38673f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}