Merge pull request #398 from fewtarius/dev

Update ES to use varying brightness paths.
This commit is contained in:
fewtarius 2022-08-31 08:31:34 -04:00 committed by GitHub
commit 5aa68ae722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"