This commit is contained in:
iceman1001 2025-09-04 10:10:22 +02:00
parent 583984c6b6
commit 37670ae2f3

View file

@ -152,8 +152,9 @@ static const char *hts_get_type_str(uint32_t uid) {
default:
return "n/a";
}
} else
} else {
return "Probably not NXP Hitag S";
}
}
static bool hts_get_uid(uint32_t *uid) {