Closed matthiaswaechter closed 9 months ago
In the current version, performing executing setup.sh results in a disfunctional AutomaticBrightness.sh. It will alway reduce brightness to the lowest possible value. I believe there is something wrong with the awk line, but cannot figure this out.
Yea, awk was capturing "SensorToDisplayScale" when it need to capture "SensorToDisplayScale=" it should be fixed in the recent commit.
In the current version, performing executing setup.sh results in a disfunctional AutomaticBrightness.sh. It will alway reduce brightness to the lowest possible value. I believe there is something wrong with the awk line, but cannot figure this out.