This commit is contained in:
iceman1001 2019-10-19 16:04:16 -04:00
commit 3620236725
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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);