Files
lightswitch/libs/ota-common/mos.yml
2018-10-28 12:12:24 +01:00

35 lines
673 B
YAML

author: mongoose-os
description: OTA common bits
type: lib
version: 1.0
platforms: [ cc3200, esp32, esp8266, stm32 ]
sources:
- src
- src/${platform}
includes:
- include
- include/${platform}
libs:
- origin: https://github.com/mongoose-os-libs/mongoose
no_implicit_init_deps: true
init_deps:
- mongoose
config_schema:
- ["update", "o", {title: "Firmware updater"}]
- ["update.timeout", "i", 600, {title : "Update will be aborted if it does not finish within this time"}]
- ["update.commit_timeout", "i", {title : "After applying update, wait for commit up to this long"}]
tags:
- c
- core
- ota
- docs:net:OTA
manifest_version: 2018-06-20