mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Hide conn error when hw reset, as suggested by @iceman
This commit is contained in:
parent
68e5b3c355
commit
c190ac0955
3 changed files with 4 additions and 2 deletions
|
@ -400,6 +400,7 @@ static int CmdReset(const char *Cmd) {
|
|||
(void)Cmd; // Cmd is not used so far
|
||||
clearCommandBuffer();
|
||||
SendCommandNG(CMD_HARDWARE_RESET, NULL, 0);
|
||||
PrintAndLogEx(INFO, "Proxmark3 has been reset.");
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue