From 892d2b6f417aa7ad3afc3ba59bcfa41dfa964751 Mon Sep 17 00:00:00 2001 From: SilentWind <62919083+mofeng-git@users.noreply.github.com> Date: Sun, 14 Sep 2025 09:10:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20ATX=20=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/kvmd/atx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/kvmd/atx.sh b/configs/kvmd/atx.sh index 19f1a8f5..33730911 100755 --- a/configs/kvmd/atx.sh +++ b/configs/kvmd/atx.sh @@ -20,6 +20,7 @@ # # # ========================================================================== # +ATX=USBRELAY_HID echo $ATX case $ATX in GPIO) @@ -31,4 +32,4 @@ case $ATX in *) echo "No thing." exit -1 -esac \ No newline at end of file +esac