higher fan speed start

This commit is contained in:
do
2020-06-28 21:07:58 +02:00
parent 7c5718c2ad
commit 2186e08134

View File

@@ -22,7 +22,7 @@ prom_collect_file = prom_collect_dir + '/rpi_fan.prom'
# Configurable temperature and fan speed steps
tempSteps = [60, 66, 70, 75] # [°C]
speedSteps = [0, 80, 85, 90, 100] # [%]
speedSteps = [0, 80, 90, 100] # [%]
# tempSteps = [40, 45]
# speedSteps = [0, 100]