fix formatting

This commit is contained in:
2019-11-15 14:15:52 +01:00
parent 71ac6e1964
commit 0ade4184c9

View File

@ -29,10 +29,10 @@ The instructions are for Raspbian under the assumption that the script will be i
* Optional: Install the Adafruit tool that reads the sensor data<br>
Skip this step if you already have it.<br>
>
> cd Zabbix-DHT
> git submodule update --init
> cd Zabbix-DHT<br>
> git submodule update --init<br>
> cd external/Adafruit_Python_DHT<br>
> sudo python setup.py install
> sudo python setup.py install<br>
* Edit the *readSensor* script and change as needed. At least the two variables **SENSOR** and **GPIOPIN** have to be adjusted to your setup.
* Run the script:<br>