mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add 'hw standalone' to jump to standalone mode from command line or script
This commit is contained in:
parent
b845404f39
commit
d8763509de
4 changed files with 15 additions and 1 deletions
|
@ -1757,6 +1757,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
SendStatus();
|
||||
break;
|
||||
}
|
||||
case CMD_STANDALONE: {
|
||||
RunMod();
|
||||
break;
|
||||
}
|
||||
case CMD_CAPABILITIES: {
|
||||
SendCapabilities();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue