mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Add plot window keystroke help
Add grid display/lock commands to plot window
This commit is contained in:
parent
7e67e42f7e
commit
7ddb990032
5 changed files with 59 additions and 7 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "ui.h"
|
||||
|
||||
double CursorScaleFactor;
|
||||
int PlotGridX, PlotGridY;
|
||||
int PlotGridX, PlotGridY, PlotGridXdefault= 64, PlotGridYdefault= 64;
|
||||
int offline;
|
||||
|
||||
static char *logfilename = "proxmark3.log";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue