Make default app.config be nodemcu v2 board; Clear sensors.dht_gpio, make users actually set this

This commit is contained in:
Pim van Pelt
2018-11-04 14:11:10 +01:00
parent 3ae64cfc37
commit 5ebd4b112a

View File

@ -38,8 +38,8 @@ config_schema:
- ["app.hostname", "s", {title: "Device hostname"}]
- ["app.hostname", "test-device"]
- ["app.config", "s", {title: "Application specific config file"}]
- ["app.config", "sonoff-basic.json"]
- ["sensors.dht_gpio", "s", "5,4,14", {title: "Comma Separated list of GPIO pins to enable DHT22/AM2302 sensors on"}]
- ["app.config", "nodemcu-v2-test.json"]
- ["sensors.dht_gpio", "s", "", {title: "Comma Separated list of GPIO pins to enable DHT22/AM2302 sensors on, eg: 5,4,14"}]
- ["prometheus.pushgateway", "chbtl01.paphosting.net:9091"]
- ["debug.log_udp_addr", "192.168.1.20:1234"]