Update ES to use varying brightness paths.
This commit is contained in:
parent
eb28048ce2
commit
573e15dfc8
2 changed files with 4 additions and 1 deletions
|
@ -65,6 +65,9 @@ case ${1} in
|
|||
"down")
|
||||
stepDown ${BRIGHTNESS}
|
||||
;;
|
||||
"device")
|
||||
echo ${BRIGHTNESS_DEV}
|
||||
;;
|
||||
*)
|
||||
getBrightness
|
||||
echo $?
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="222ba00"
|
||||
PKG_VERSION="c462df2"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
Loading…
Reference in a new issue