mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
increase output size in order to avoid crash in emrtd info
This commit is contained in:
parent
9d8ef863c3
commit
36c0ddc91a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "ui.h" // PrintAndLog
|
||||
|
||||
#define UTIL_BUFFER_SIZE_SPRINT 4097
|
||||
#define UTIL_BUFFER_SIZE_SPRINT 8193
|
||||
// global client debug variable
|
||||
uint8_t g_debugMode = 0;
|
||||
// global client disable logging variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue