mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-27 01:25:41 +08:00
chg: 'hf legic sim' break sim by sending another cmd
This commit is contained in:
parent
4e42d11d15
commit
ba9de80eeb
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ void LegicRfSimulate(uint8_t cardtype) {
|
|||
|
||||
LED_A_ON();
|
||||
DbpString("Starting Legic emulator, press button to end");
|
||||
while(!BUTTON_PRESS()) {
|
||||
while (!BUTTON_PRESS() && !usb_poll_validate_length()) {
|
||||
WDT_HIT();
|
||||
|
||||
// wait for carrier, restart after timeout
|
||||
|
|
Loading…
Reference in a new issue