Improve LED brightness control in ES.
This commit is contained in:
parent
33a53ff9d4
commit
d961601fb9
2 changed files with 2 additions and 1 deletions
|
@ -161,6 +161,7 @@ case $1 in
|
|||
;;
|
||||
brightness)
|
||||
set_setting led.brightness ${2}
|
||||
ledcontrol $(get_setting led.color)
|
||||
;;
|
||||
*)
|
||||
COLOR=$(get_setting led.color)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="b901422"
|
||||
PKG_VERSION="ae6d295"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
Loading…
Reference in a new issue