Add sensor type to config.ini.

This commit is contained in:
mattbk
2017-12-09 04:40:44 +00:00
parent 06c9e9357a
commit 95acbdb454
3 changed files with 17 additions and 7 deletions

View File

@ -1,2 +1,6 @@
[DEFAULT]
PORT = 8080
[SERVER]
PORT = 8080
[SENSOR]
# Set sensor type : Options are DHT11, DHT22 or AM2302
TYPE = DHT22