Make default app.config be nodemcu v2 board; Clear sensors.dht_gpio, make users actually set this
This commit is contained in:
4
mos.yml
4
mos.yml
@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user