Move history and logfile to ~/.proxmark3

This commit is contained in:
Philippe Teuwen
2019-08-28 21:15:11 +02:00
parent 03867018f1
commit d2d58db985
5 changed files with 74 additions and 13 deletions

View File

@@ -18,6 +18,8 @@
#define PROXPROMPT_USB "[usb] pm3 --> "
#define PROXPROMPT_FPC "[fpc] pm3 --> "
#define PROXPROMPT_OFFLINE "[offline] pm3 --> "
#define PROXHISTORY "history.txt"
#define PROXLOG "log_%Y%m%d.txt"
#ifdef __cplusplus
extern "C" {