Add a default option to RK3566 ledcontrol.

This commit is contained in:
fewtarius 2024-01-31 10:03:08 +00:00
parent 8d458185bb
commit db20044a6b
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -54,11 +54,16 @@ case ${1} in
led_red
fi
;;
default)
del_setting led.color
led_green
;;
poweroff)
led_off
;;
list)
cat <<EOF
default
off
green
red