Merge pull request #2096 from fewtarius/dev

Use a brightness level of 3 to eliminate a glitchy display on Air Plus.  Update Powerstate to set the LED color to fix a LEDs turning on when AIR Plus is unplugged.
This commit is contained in:
fewtarius 2023-09-19 22:34:06 -04:00 committed by GitHub
commit a6ff61565a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ do
then
GPUPROFILE="auto"
fi
ledcontrol
ledcontrol $(get_setting led.color)
audio_powersave 1
cpu_perftune battery
gpu_performance_level ${GPUPROFILE}
@ -44,7 +44,7 @@ do
;;
*)
log $0 "Switching to performance mode."
ledcontrol
ledcontrol $(get_setting led.color)
audio_powersave 0
cpu_perftune performance
gpu_performance_level auto

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="4a37b74"
PKG_VERSION="b901422"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"