From 5ebd4b112a7d12ae5d18aebc7bb1a6de5ab06a3c Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Nov 2018 14:11:10 +0100 Subject: [PATCH] Make default app.config be nodemcu v2 board; Clear sensors.dht_gpio, make users actually set this --- mos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mos.yml b/mos.yml index 505ba9e..b20edc0 100644 --- a/mos.yml +++ b/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"]