mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
unified text
This commit is contained in:
parent
d8ab476022
commit
e7f4f615c0
10 changed files with 18 additions and 18 deletions
|
@ -102,7 +102,7 @@ static int CmdJablotronDemod(const char *Cmd) {
|
|||
uint8_t chksum = raw2 & 0xFF;
|
||||
PrintAndLogEx(INFO, "Checksum: %02X [%s]",
|
||||
chksum,
|
||||
(chksum == jablontron_chksum(DemodBuffer)) ? _GREEN_("OK") : _RED_("FAIL")
|
||||
(chksum == jablontron_chksum(DemodBuffer)) ? _GREEN_("OK") : _RED_("Fail")
|
||||
);
|
||||
|
||||
id = DEC2BCD(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue