Update ES to use varying brightness paths.

This commit is contained in:
fewtarius 2022-08-31 08:30:58 -04:00
parent eb28048ce2
commit 573e15dfc8
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 4 additions and 1 deletions

View file

@ -65,6 +65,9 @@ case ${1} in
"down")
stepDown ${BRIGHTNESS}
;;
"device")
echo ${BRIGHTNESS_DEV}
;;
*)
getBrightness
echo $?

View file

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