mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
log interactive commands as well
This commit is contained in:
parent
ba47ac36cb
commit
e10085bfe8
4 changed files with 23 additions and 16 deletions
|
@ -22,7 +22,9 @@
|
|||
#endif
|
||||
|
||||
uint8_t g_debugMode;
|
||||
bool g_disableLogging;
|
||||
uint8_t g_printAndLog;
|
||||
#define PRINTANDLOG_PRINT 1
|
||||
#define PRINTANDLOG_LOG 2
|
||||
|
||||
int kbd_enter_pressed(void);
|
||||
void AddLogLine(const char *fn, const char *data, const char *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue