Update / tweak fan shim settings to be more responsive

This commit is contained in:
KemoNine 2020-08-10 20:29:29 -04:00
parent 5e348f9cb2
commit 726d4ab0ae
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ git clone https://github.com/pimoroni/fanshim-python.git /opt/fanshim-python
cd /opt/fanshim-python
./install.sh
cd examples
sudo ./install-service.sh --on-threshold 55 --off-threshold 45 --delay 5
sudo ./install-service.sh --on-threshold 55 --off-threshold 45 --delay 5 --hysteresis 0
systemctl enable --now pimoroni-fanshim.service
```