From aac43fb7433b5010f5f50a6a5705d1f162545608 Mon Sep 17 00:00:00 2001 From: Latitude17 Date: Sat, 3 Mar 2018 15:09:32 -0700 Subject: [PATCH] Update mos.yml remove light sensor config, added original author attribution to Luca --- mos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mos.yml b/mos.yml index 17c0e8e..7fc67be 100755 --- a/mos.yml +++ b/mos.yml @@ -1,4 +1,5 @@ author: Jason Harrell +#original author Luca Fabbri description: LilyGo HiGrow ESP32 Plant Sensor v1 # arch: PLATFORM version: 1.0 @@ -12,7 +13,6 @@ config_schema: - ["higrow.deviceId", "s", "", {title: "DeviceId"}] - ["higrow.temperature", "d", 0.0, {title: "Temperature"}] - ["higrow.humidity", "d", 0.0, {title: "Humidity"}] - - ["higrow.statuslight", "i", 0, {title: "Light"}] - ["higrow.moisture", "i", 0, {title: "Moisture"}] - ["higrow.connected", "b", false, {title: "Connected"}] - ["wifi.sta.enable", false] @@ -49,4 +49,4 @@ build_vars: ESP_IDF_SDKCONFIG_OPTS: "${build_vars.ESP_IDF_SDKCONFIG_OPTS} CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=500" # Used by the mos tool to catch mos binaries incompatible with this file format -manifest_version: 2017-05-18 \ No newline at end of file +manifest_version: 2017-05-18