fix standalones after Mifare1ksim changes
This commit is contained in:
@@ -721,7 +721,7 @@ readysim:
|
|||||||
// if ((flags & (FLAG_4B_UID_IN_DATA | FLAG_7B_UID_IN_DATA | FLAG_10B_UID_IN_DATA)) == 0) {
|
// if ((flags & (FLAG_4B_UID_IN_DATA | FLAG_7B_UID_IN_DATA | FLAG_10B_UID_IN_DATA)) == 0) {
|
||||||
flags |= FLAG_UID_IN_EMUL;
|
flags |= FLAG_UID_IN_EMUL;
|
||||||
//}
|
//}
|
||||||
Mifare1ksim(flags | FLAG_MF_1K, 0, cjuid);
|
Mifare1ksim(flags | FLAG_MF_1K, 0, cjuid, 0, 0);
|
||||||
LED_C_OFF();
|
LED_C_OFF();
|
||||||
SpinOff(50);
|
SpinOff(50);
|
||||||
vtsend_cursor_position_restore(NULL);
|
vtsend_cursor_position_restore(NULL);
|
||||||
|
|||||||
@@ -400,7 +400,7 @@ void RunMod() {
|
|||||||
simflags = FLAG_4B_UID_IN_DATA;
|
simflags = FLAG_4B_UID_IN_DATA;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
Mifare1ksim(simflags | FLAG_MF_1K, 0, uid);
|
Mifare1ksim(simflags | FLAG_MF_1K, 0, uid, 0, 0);
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user