Update iso14443a.c

This commit is contained in:
Antiklesys
2026-03-31 00:08:32 +08:00
parent cce48aa6e9
commit abc0b2ee2a
+2 -2
View File
@@ -1489,8 +1489,8 @@ bool SimulateIso14443aInit(uint8_t tagType, uint16_t flags, uint8_t *data,
}
// Apply SAK override before it is encoded into rSAKc1/2/3.
if (flags & FLAG_SAK_IN_DATA) {
sak = s_sak_override;
if ( (flags & FLAG_SAK_IN_DATA) == FLAG_SAK_IN_DATA) {
sak = sak_override;
}
// if uid not supplied then get from emulator memory