Add 2 pre-setable markers for the graph

This commit is contained in:
marshmellow42 2017-02-28 15:53:33 -05:00
commit f9f0e83b7c
5 changed files with 25 additions and 6 deletions

View file

@ -19,7 +19,7 @@ void PrintAndLog(char *fmt, ...);
void SetLogFilename(char *fn);
extern double CursorScaleFactor;
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault;
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos, CursorDPos;
extern int offline;
extern int flushAfterWrite; //buzzy