Update AutomaticBrightness.sh

This commit is contained in:
steel99xl 2023-10-06 21:33:30 -04:00 committed by GitHub
parent 144bf3f876
commit 9ae30173ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash
#How much light change must be seen by the sensor befor it will act
LightChange=5
LightChange=10
#How often it check the sensor
SensorDelay=1