Factor out DHT

It's now its own library (in git@git.ipng.nl:pim/prometheus-sensors)
This commit is contained in:
Pim van Pelt
2018-03-04 16:38:54 +01:00
parent 6898ff8349
commit 8bf7b919cc
5 changed files with 3 additions and 101 deletions

View File

@ -42,7 +42,7 @@ config_schema:
- ["app.hostname", "sonoff-sv"]
- ["app.config", "s", {title: "Application specific config file"}]
- ["app.config", "sonoff-basic.json"]
- ["app.dht_gpio", "s", "5,4,14", {title: "Comma Separated list of GPIO pins to enable DHT22/AM2302 sensors on"}]
- ["sensors.dht_gpio", "s", "5,4,14", {title: "Comma Separated list of GPIO pins to enable DHT22/AM2302 sensors on"}]
- ["prometheus.pushgateway", "chbtl01.paphosting.net:9091"]
@ -58,8 +58,7 @@ libs:
- origin: https://github.com/mongoose-os-libs/rpc-service-fs
- origin: https://github.com/mongoose-os-libs/rpc-mqtt
- origin: https://github.com/mongoose-os-libs/mqtt
- origin: https://github.com/mongoose-os-libs/dht
- origin: https://github.com/mongoose-os-libs/prometheus-metrics
- origin: libs/prometheus-sensors
- origin: libs/rpc-service-ota
# Used by the mos tool to catch mos binaries incompatible with this file format