'hf search' new line for

This commit is contained in:
iceman1001
2019-09-23 18:59:45 +02:00
parent 0d122fa206
commit f42f7c2250
3 changed files with 3 additions and 0 deletions

View File

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