From 438275068816a93072d5ea9f81fe52934a1e425d Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Wed, 8 Apr 2026 16:24:58 +0800 Subject: [PATCH] Update hidconfig_sample.json Signed-off-by: Antiklesys --- client/resources/hidconfig_sample.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/client/resources/hidconfig_sample.json b/client/resources/hidconfig_sample.json index 6f33bde3c..f1e585bd9 100644 --- a/client/resources/hidconfig_sample.json +++ b/client/resources/hidconfig_sample.json @@ -5,11 +5,6 @@ "ATS": "1478F7B10280590180415254454346477300011B", "DefaultResponse": "6A82", "APDUResponses": [ - { - "_comment": "Prefix-match SELECT by AID (A000000382001700010100) -> 9000 (ok) / 6A82 (file not found)", - "APDU": "00A404000AA000000382001700010100", - "Response": "9000" - }, { "_comment": "Prefix-match SELECT by AID (A000000382001300010100) -> 9000 (ok) / 6A82 (file not found)", "APDU": "00A404000AA000000382001300010100", @@ -19,11 +14,6 @@ "_comment": "Check card credits: A0 D4 00 00 00 -> 00 00 90 00 (reply 0)", "APDU": "A0D4000000", "Response": "00009000" - }, - { - "_comment": "Busy? -> 9000 (done) / 01 (busy)", - "APDU": "01", - "Response": "9000" } ] }