mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Show DownloadTraceInstructions only when the trace data is written to the flashmem
This commit is contained in:
parent
dc50563ce8
commit
eb1e94f385
1 changed files with 3 additions and 0 deletions
|
@ -137,5 +137,8 @@ void RunMod(void) {
|
||||||
|
|
||||||
Dbprintf("-=[ exit ]=-");
|
Dbprintf("-=[ exit ]=-");
|
||||||
LEDsoff();
|
LEDsoff();
|
||||||
|
#ifdef WITH_FLASH
|
||||||
DownloadTraceInstructions();
|
DownloadTraceInstructions();
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue