mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
SendCommandOLD & errors: cmdflashmem
This commit is contained in:
parent
7dbd12ad27
commit
dcfee8963b
3 changed files with 86 additions and 62 deletions
|
@ -415,6 +415,12 @@ typedef struct {
|
|||
#define PM3_EOVFLOW -9
|
||||
// Software error
|
||||
#define PM3_ESOFT -10
|
||||
// Flash error
|
||||
#define PM3_EFLASH -11
|
||||
// Memory allocation error
|
||||
#define PM3_EMALLOC -12
|
||||
// File error
|
||||
#define PM3_EFILE -13
|
||||
|
||||
|
||||
// CMD_DEVICE_INFO response packet has flags in arg[0], flag definitions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue