Additional cleanup.

This commit is contained in:
fewtarius 2023-09-20 12:16:40 +00:00
parent 2e121e88f6
commit 33a53ff9d4
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 6 additions and 6 deletions

View file

@ -282,9 +282,9 @@ then
LEDBRIGHTNESS=${GETBRIGHTNESS}
debug_out "GETBRIGHTESS: ${GETBRIGHTNESS}"
else
debug_out "NO SETTING: max"
LEDBRIGHTNESS=mid
set_setting led.brightness max
debug_out "NO SETTING: min"
LEDBRIGHTNESS=min
set_setting led.brightness min
fi
case ${LEDBRIGHTNESS} in

View file

@ -98,9 +98,9 @@ then
LEDBRIGHTNESS=${GETBRIGHTNESS}
debug_out "GETBRIGHTESS: ${GETBRIGHTNESS}"
else
debug_out "NO SETTING: max"
LEDBRIGHTNESS=max
set_setting led.brightness max
debug_out "NO SETTING: min"
LEDBRIGHTNESS=min
set_setting led.brightness min
fi
case ${LEDBRIGHTNESS} in