mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make logfile more unique (per client run)
This commit is contained in:
parent
c858d6fdc7
commit
db8f91d7e1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
#define PROXPROMPT_DEV_OFFLINE _RL_BOLD_RED_("offline")
|
||||
|
||||
#define PROXHISTORY "history.txt"
|
||||
#define PROXLOG "log_%Y%m%d.txt"
|
||||
#define PROXLOG "log_%Y%m%d%H%M%S.txt"
|
||||
#define MAX_NESTED_CMDSCRIPT 10
|
||||
#define MAX_NESTED_LUASCRIPT 10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue