mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Modify the state on DetectionMode
This commit is contained in:
@@ -946,6 +946,10 @@ uint16_t MifareClassicAppProcess(uint8_t *Buffer, uint16_t BitCount) {
|
||||
|
||||
/* Just reset on authentication error. */
|
||||
State = STATE_IDLE;
|
||||
|
||||
// detection mode, communication can continue
|
||||
if (DetectionMode)
|
||||
State = STATE_ACTIVE;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user