mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-14 20:22:02 +08:00
debug
This commit is contained in:
parent
28a4260ee9
commit
4633e2083a
1 changed files with 1 additions and 0 deletions
|
@ -711,6 +711,7 @@ void CmdHIDsimTAGEx( uint32_t hi, uint32_t lo, int ledcontrol, int numcycles) {
|
|||
|
||||
void CmdHIDsimTAG( uint32_t hi, uint32_t lo, int ledcontrol) {
|
||||
CmdHIDsimTAGEx( hi, lo, ledcontrol, -1);
|
||||
DbpString("[!] simulation finished");
|
||||
}
|
||||
|
||||
// prepare a waveform pattern in the buffer based on the ID given then
|
||||
|
|
Loading…
Reference in a new issue