'hf search' new line for
This commit is contained in:
@@ -49,6 +49,7 @@ static int usage_thinfilm_sim(void) {
|
||||
// https://github.com/nfc-tools/libnfc/blob/master/utils/nfc-barcode.c
|
||||
static int print_barcode(uint8_t *barcode, const size_t barcode_len, bool verbose) {
|
||||
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
// remove start bit
|
||||
uint8_t mb = barcode[0] & ~0x80;
|
||||
PrintAndLogEx(SUCCESS, " Manufacturer : "_YELLOW_("%s") "[0x%02X]", getTagInfo(mb), mb);
|
||||
|
||||
Reference in New Issue
Block a user