mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
less logs
This commit is contained in:
parent
50d2597fcb
commit
445d5a46df
1 changed files with 3 additions and 2 deletions
|
@ -465,9 +465,10 @@ static int CmdSmartRaw(const char *Cmd) {
|
||||||
//Validations
|
//Validations
|
||||||
if (errors || cmdp == 0) return usage_sm_raw();
|
if (errors || cmdp == 0) return usage_sm_raw();
|
||||||
|
|
||||||
uint8_t flags = 0;
|
uint8_t flags = SC_LOG;
|
||||||
if (active || active_select) {
|
if (active || active_select) {
|
||||||
flags |= SC_CONNECT;
|
|
||||||
|
flags |= (SC_CONNECT | SC_CLEARLOG);
|
||||||
if (active_select)
|
if (active_select)
|
||||||
flags |= SC_SELECT;
|
flags |= SC_SELECT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue