diff --git a/hardware/raspberrypi/fan/files/fan_ctrl.py b/hardware/raspberrypi/fan/files/fan_ctrl.py index abbce6a..864934a 100644 --- a/hardware/raspberrypi/fan/files/fan_ctrl.py +++ b/hardware/raspberrypi/fan/files/fan_ctrl.py @@ -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]