This commit is contained in:
iceman1001 2024-02-04 23:26:21 +01:00
commit f52a4388b5

View file

@ -1415,7 +1415,7 @@ typedef struct {
static mfu_otp_identify_t mfu_otp_ident_table[] = { static mfu_otp_identify_t mfu_otp_ident_table[] = {
{ "SALTO Systems card", 12, 4, "534C544F", ul_c_otpgenA, NULL }, { "SALTO Systems card", 12, 4, "534C544F", ul_c_otpgenA, NULL },
{ "Assa Abloy Ving Card", 12, 4, NULL, ul_ev1_otpgenA, NULL }, { "Assa Abloy Ving Card", 12, 4, NULL, ul_ev1_otpgenA, NULL },
{ "MyKey", 12, 4, NULL, ul_mykey_otpgen, NULL }, // { "MyKey", 12, 4, NULL, ul_mykey_otpgen, NULL },
{ NULL, 0, 0, NULL, NULL, NULL } { NULL, 0, 0, NULL, NULL, NULL }
}; };