diff --git a/packages/jelos/sources/scripts/brightness b/packages/jelos/sources/scripts/brightness index 7f6fcebee..0faf400d0 100755 --- a/packages/jelos/sources/scripts/brightness +++ b/packages/jelos/sources/scripts/brightness @@ -65,6 +65,9 @@ case ${1} in "down") stepDown ${BRIGHTNESS} ;; + "device") + echo ${BRIGHTNESS_DEV} + ;; *) getBrightness echo $? diff --git a/packages/ui/emulationstation/package.mk b/packages/ui/emulationstation/package.mk index 38b85f0e7..d92b1057c 100644 --- a/packages/ui/emulationstation/package.mk +++ b/packages/ui/emulationstation/package.mk @@ -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"