mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual
This commit is contained in:
parent
a623e6a246
commit
9f0db0bbdc
1 changed files with 1 additions and 1 deletions
|
@ -2805,7 +2805,7 @@ int readIclass(bool loop, bool verbose) {
|
||||||
uint8_t readStatus = resp.oldarg[0] & 0xff;
|
uint8_t readStatus = resp.oldarg[0] & 0xff;
|
||||||
uint8_t *data = resp.data.asBytes;
|
uint8_t *data = resp.data.asBytes;
|
||||||
|
|
||||||
if (verbose) PrintAndLogEx(NORMAL, "Readstatus:%02x", readStatus);
|
if (verbose) PrintAndLogEx(INFO, "Readstatus:%02x", readStatus);
|
||||||
// no tag found or button pressed
|
// no tag found or button pressed
|
||||||
if ((readStatus == 0 && !loop) || readStatus == 0xFF) {
|
if ((readStatus == 0 && !loop) || readStatus == 0xFF) {
|
||||||
// abort
|
// abort
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue