unified text

This commit is contained in:
iceman1001 2019-04-12 10:55:09 +02:00
commit e7f4f615c0
10 changed files with 18 additions and 18 deletions

View file

@ -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);