mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
reversed when message is printed
This commit is contained in:
parent
36e86b1ce0
commit
af91f119d2
1 changed files with 2 additions and 2 deletions
|
@ -525,9 +525,9 @@ plot:
|
||||||
|
|
||||||
} while (continuous);
|
} while (continuous);
|
||||||
|
|
||||||
if (disconnectAfter) {
|
if (disconnectAfter == false) {
|
||||||
if (silent == false) {
|
if (silent == false) {
|
||||||
PrintAndLogEx(INFO, "field dropped.");
|
PrintAndLogEx(INFO, "field is on");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue