From 346577c270ea375a7f36e1625ce2d83bb1fdeb7b Mon Sep 17 00:00:00 2001 From: Theluga <96307393+Theluga@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:04:06 +0000 Subject: [PATCH] Update autobrightness.sh default sensitivity to use. --- autobrightness.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobrightness.sh b/autobrightness.sh index 7ae7e36..2a521a1 100644 --- a/autobrightness.sh +++ b/autobrightness.sh @@ -6,7 +6,7 @@ Priority=19 # CPU limit, adjust as needed # How much light change must be seen by the sensor before it will act -LightChange=5 +LightChange=10 # How often it checks the sensor SensorDelay=1