From 605c9d90c62b0840b4c2f4adf3a5fc26f6a5c45e Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Thu, 2 Apr 2026 20:55:47 +0800 Subject: [PATCH] Fixed byte typo Fixed error --- client/resources/hidconfig_sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/resources/hidconfig_sample.json b/client/resources/hidconfig_sample.json index e10fb7119..2f1fcdd73 100644 --- a/client/resources/hidconfig_sample.json +++ b/client/resources/hidconfig_sample.json @@ -20,8 +20,8 @@ "Response": "00009000" }, { - "_comment": "Busy? -> 9000 (done) / 017B (busy)", - "APDU": "017B", + "_comment": "Busy? -> 9000 (done) / 01 (busy)", + "APDU": "01", "Response": "9000" } ]