Update mos.yml

remove light sensor config, added original author attribution to Luca
This commit is contained in:
Latitude17 2018-03-03 15:09:32 -07:00 committed by GitHub
parent d9c2bd35de
commit aac43fb743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
author: Jason Harrell <info@latitude17.io>
#original author Luca Fabbri <luca@higrow.tech>
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
manifest_version: 2017-05-18