mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
shadow
This commit is contained in:
parent
21f93ef12a
commit
3620236725
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ void RunMod() {
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// Button was held for a second, begin recording
|
// Button was held for a second, begin recording
|
||||||
if (button_pressed > 0 && cardRead == 0) {
|
if (cardRead == 0) {
|
||||||
LEDsoff();
|
LEDsoff();
|
||||||
LED(selected + 1, 0);
|
LED(selected + 1, 0);
|
||||||
LED(LED_D, 0);
|
LED(LED_D, 0);
|
||||||
|
|
|
@ -96,7 +96,7 @@ void RunMod() {
|
||||||
if (data_available()) break;
|
if (data_available()) break;
|
||||||
|
|
||||||
// Was our button held down or pressed?
|
// Was our button held down or pressed?
|
||||||
int button_pressed = BUTTON_HELD(280);
|
button_pressed = BUTTON_HELD(280);
|
||||||
if (button_pressed != BUTTON_HOLD) break;
|
if (button_pressed != BUTTON_HOLD) break;
|
||||||
|
|
||||||
Dbprintf("[=] trying Facility = %08x ID %08x", high, i);
|
Dbprintf("[=] trying Facility = %08x ID %08x", high, i);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue