Hide conn error when hw reset, as suggested by @iceman

This commit is contained in:
Philippe Teuwen 2019-05-08 11:14:29 +02:00
commit c190ac0955
3 changed files with 4 additions and 2 deletions

View file

@ -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;
}