mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
use demodbufflen variable to remove the demod plot line instead
This commit is contained in:
parent
5034d8ef28
commit
bb18f105bd
1 changed files with 3 additions and 1 deletions
|
@ -44,9 +44,11 @@ size_t ClearGraph(bool redraw) {
|
||||||
memset(GraphBuffer, 0x00, GraphTraceLen);
|
memset(GraphBuffer, 0x00, GraphTraceLen);
|
||||||
GraphTraceLen = 0;
|
GraphTraceLen = 0;
|
||||||
GraphStop = 0;
|
GraphStop = 0;
|
||||||
showDemod = false;
|
// showDemod = false;
|
||||||
|
DemodBufferLen = 0;
|
||||||
if (redraw)
|
if (redraw)
|
||||||
RepaintGraphWindow();
|
RepaintGraphWindow();
|
||||||
|
|
||||||
return gtl;
|
return gtl;
|
||||||
}
|
}
|
||||||
// option '1' to save GraphBuffer any other to restore
|
// option '1' to save GraphBuffer any other to restore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue