From fd09895f0e68a552da9609ff0d2d7b9a5946dc34 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Wed, 18 Mar 2026 16:34:38 +0800 Subject: [PATCH] Update cmdhficlass.c Updated error description --- client/src/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 98840d1c6..bf77c347b 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -4236,7 +4236,7 @@ out: break; } default: { - PrintAndLogEx(INFO, _YELLOW_("Did not detect " _YELLOW_("0xBC") " or " _YELLOW_("0xBE") " fuse, might need manual intervention!")); + PrintAndLogEx(INFO, _YELLOW_("Did not detect " _YELLOW_("0xBC") " or " _YELLOW_("0xBE") " or " _YELLOW_("0x9C") " fuse, might need manual intervention!")); break; } }