mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -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
|
@ -236,6 +236,7 @@ typedef struct {
|
|||
#define CMD_CAPABILITIES 0x0112
|
||||
#define CMD_QUIT_SESSION 0x0113
|
||||
#define CMD_SET_DBGMODE 0x0114
|
||||
#define CMD_STANDALONE 0x0115
|
||||
|
||||
// RDV40, Flash memory operations
|
||||
#define CMD_FLASHMEM_WRITE 0x0121
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue