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