From 1fea1b6045d834f7057fc22cd3dc47c5729a6aea Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 5 Feb 2024 11:12:47 +0100 Subject: [PATCH] added the identification Art-Dass NFT cards --- client/src/cmdhfmfu.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 3fbf70099..61e0700e5 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -1526,6 +1526,12 @@ static mfu_identify_t mfu_ident_table[] = { ul_ev1_pwdgen_def, ul_ev1_packgen_def, NULL }, + { + "Art-Dass NFT card", "0004040201000F03", + 16, 16, "033ED1013A5504617274646173732E6E", + ul_ev1_pwdgen_def, ul_ev1_packgen_def, + NULL + }, {NULL, NULL, 0, 0, NULL, NULL, NULL, NULL} };