better defaults

This commit is contained in:
2025-05-25 02:22:42 +03:00
parent 5b686e38c4
commit 50233bb6e7
6 changed files with 154 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
# Fan control daemon configuration
temp_path = "/sys/class/thermal/thermal_zone0/temp"
gpio_line = 17
gpio_chip = 0
gpio_chip = "/dev/gpiochip0"
log_path = "/var/log/fan_control.log"
threshold = 55.0 # Temperature threshold in Celsius
variance = 5.0 # Hysteresis variance in Celsius