fix: 增加 ATX 初始值

This commit is contained in:
SilentWind 2025-09-14 09:10:40 +08:00 committed by GitHub
parent 30dd4290ab
commit 892d2b6f41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
esac