mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
syntax
This commit is contained in:
parent
b0d16a8905
commit
e5181d7847
2 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@ static int ExecuteMode(int mode, int slot) {
|
|||
case LF_RWSB_MODE_SIM:
|
||||
Dbprintf("[=] >> Sim mode started <<");
|
||||
construct_EM410x_emul(rev_quads(low[slot]));
|
||||
SimulateTagLowFrequency(buflen, 0, 1);
|
||||
SimulateTagLowFrequency(buflen, 0, true);
|
||||
return LF_RWSB_UNKNOWN_RESULT;
|
||||
case LF_RWSB_MODE_WRITE:
|
||||
Dbprintf("[!!] >> Write mode started <<");
|
||||
|
|
|
@ -194,7 +194,7 @@ void RunMod(void) {
|
|||
construct_EM410x_emul(rev_quads(low[selected]));
|
||||
flash_leds(100, 5);
|
||||
|
||||
SimulateTagLowFrequency(buflen, 0, 1);
|
||||
SimulateTagLowFrequency(buflen, 0, true);
|
||||
led_slot(selected);
|
||||
state = 0; // Switch to select mode
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue