mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: textual, and increase cmds receive buffer to 100.
This commit is contained in:
parent
ed5367a124
commit
942e64706d
2 changed files with 19 additions and 18 deletions
|
@ -36,7 +36,7 @@
|
|||
#include "cmdflashmem.h" // rdv40 flashmem commands
|
||||
|
||||
//For storing command that are received from the device
|
||||
#define CMD_BUFFER_SIZE 50
|
||||
#define CMD_BUFFER_SIZE 100
|
||||
typedef enum {
|
||||
BIG_BUF,
|
||||
BIG_BUF_EML,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue