mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Change logs to info. Make style.
This commit is contained in:
parent
8ce30f54d2
commit
d1906aa03e
3 changed files with 13 additions and 14 deletions
|
@ -81,7 +81,7 @@ static int CmdNexWatchDemod(const char *Cmd) {
|
|||
//checksum check (TBD)
|
||||
|
||||
//output
|
||||
PrintAndLogEx(SUCCESS, "NexWatch ID: " _YELLOW_("%"PRIu32) , ID);
|
||||
PrintAndLogEx(SUCCESS, "NexWatch ID: " _YELLOW_("%"PRIu32), ID);
|
||||
if (invert) {
|
||||
PrintAndLogEx(INFO, "Had to Invert - probably NexKey");
|
||||
for (size_t i = 0; i < size; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue