mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
less messages
This commit is contained in:
parent
f8f5d87844
commit
e0b491fc76
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ int CmdLFCommandRead(const char *Cmd) {
|
||||||
if (resp.status == PM3_SUCCESS) {
|
if (resp.status == PM3_SUCCESS) {
|
||||||
if (i) {
|
if (i) {
|
||||||
PrintAndLogEx(SUCCESS, "downloading response signal data");
|
PrintAndLogEx(SUCCESS, "downloading response signal data");
|
||||||
getSamples(0, true);
|
getSamples(0, false);
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
} else {
|
} else {
|
||||||
PrintAndLogEx(WARNING, "timeout while waiting for reply.");
|
PrintAndLogEx(WARNING, "timeout while waiting for reply.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue