mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
hide demod plot line when running <data clear>
This commit is contained in:
@@ -44,6 +44,7 @@ size_t ClearGraph(bool redraw) {
|
||||
memset(GraphBuffer, 0x00, GraphTraceLen);
|
||||
GraphTraceLen = 0;
|
||||
GraphStop = 0;
|
||||
showDemod = false;
|
||||
if (redraw)
|
||||
RepaintGraphWindow();
|
||||
return gtl;
|
||||
|
||||
Reference in New Issue
Block a user