mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
added function 4x50_watch
This commit is contained in:
parent
b0cfb28d40
commit
68db54028c
7 changed files with 100 additions and 0 deletions
|
@ -1049,6 +1049,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_reset();
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_WATCH: {
|
||||
em4x50_watch();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue