mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -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
|
@ -444,7 +444,6 @@ void flash_free(flash_file_t *ctx) {
|
|||
|
||||
// just reset the unit
|
||||
int flash_stop_flashing(void) {
|
||||
PrintAndLogEx(SUCCESS, _BLUE_("Resetting hardware...") "Subsequent communication error is " _BLUE_("normal"));
|
||||
SendCommandOLD(CMD_HARDWARE_RESET, 0, 0, 0, NULL, 0);
|
||||
msleep(100);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue