Update mos.yml
remove light sensor config, added original author attribution to Luca
This commit is contained in:
parent
d9c2bd35de
commit
aac43fb743
4
mos.yml
4
mos.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue