mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Do not log to history with -h/-t/-m
This commit is contained in:
parent
d5d2c64d50
commit
ba47ac36cb
4 changed files with 8 additions and 2 deletions
|
@ -28,6 +28,8 @@
|
|||
#define UTIL_BUFFER_SIZE_SPRINT 4097
|
||||
// global client debug variable
|
||||
uint8_t g_debugMode = 0;
|
||||
// global client disable logging variable
|
||||
bool g_disableLogging = false;
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue