From f52a4388b57d8597d4f917ea2d872feac98afd10 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 4 Feb 2024 23:26:21 +0100 Subject: [PATCH] rename --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 60043618f..1415a9f03 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -1415,7 +1415,7 @@ typedef struct { static mfu_otp_identify_t mfu_otp_ident_table[] = { { "SALTO Systems card", 12, 4, "534C544F", ul_c_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 } };