Fix bug in fanshim docs

This commit is contained in:
KemoNine 2020-08-10 20:30:32 -04:00
parent 726d4ab0ae
commit 883b1017cd
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 --hysteresis 0
sudo ./install-service.sh --on-threshold 55 --off-threshold 45 --delay 5
systemctl enable --now pimoroni-fanshim.service
```