mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
chg: 'hf mf sim' led
This commit is contained in:
parent
4633e2083a
commit
abdd51b6b3
1 changed files with 1 additions and 1 deletions
|
@ -3049,6 +3049,7 @@ void Mifare1ksim(uint8_t flags, uint8_t exitAfterNReads, uint8_t arg2, uint8_t *
|
||||||
BigBuf_free_keep_EM();
|
BigBuf_free_keep_EM();
|
||||||
clear_trace();
|
clear_trace();
|
||||||
set_tracing(true);
|
set_tracing(true);
|
||||||
|
LED_D_ON();
|
||||||
|
|
||||||
bool finished = false;
|
bool finished = false;
|
||||||
while (!BUTTON_PRESS() && !finished && !usb_poll_validate_length()) {
|
while (!BUTTON_PRESS() && !finished && !usb_poll_validate_length()) {
|
||||||
|
@ -3083,7 +3084,6 @@ void Mifare1ksim(uint8_t flags, uint8_t exitAfterNReads, uint8_t arg2, uint8_t *
|
||||||
cardSTATE = MFEMUL_SELECT1;
|
cardSTATE = MFEMUL_SELECT1;
|
||||||
crypto1_destroy(pcs);
|
crypto1_destroy(pcs);
|
||||||
cardAUTHKEY = 0xff;
|
cardAUTHKEY = 0xff;
|
||||||
LEDsoff();
|
|
||||||
nonce = prng_successor(selTimer, 32);
|
nonce = prng_successor(selTimer, 32);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue