lf em 410x clone now allows for all zeros card number. Thanks to Amal for reminding me about it

This commit is contained in:
iceman1001 2024-02-09 08:44:21 +01:00
parent 6566021f3e
commit 521791dbb7
3 changed files with 1 additions and 7 deletions

View file

@ -512,9 +512,6 @@ static int getUID(bool verbose, bool loop, uint8_t *buf) {
bool readHF15Uid(bool loop, bool verbose) {
uint8_t uid[HF15_UID_LENGTH] = {0};
if (getUID(verbose, loop, uid) != PM3_SUCCESS) {
if (verbose) {
PrintAndLogEx(WARNING, "no tag found");
}
return false;
}
return true;