-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmos.yml
48 lines (40 loc) · 1.52 KB
/
mos.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
author: Allterco
description: Shelly1 multi-purpose firmware
version: 1.0
platform: esp8266
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
tags:
- c
sources:
- src
filesystem:
- fs
config_schema:
- ["device.id", "shelly1_??????"]
- ["pins", "o", {title: "Pin configuration"}]
- ["pins.sw", "i", 5, {title: "SW input pin, active low"}]
- ["pins.relay", "i", 4, {title: "Relay control pin, active high"}]
# Enable mDNS discovery and resolving
- ["dns_sd.enable", true]
- ["dns_sd.host_name", "shelly1-??????"]
libs:
- origin: https://github.com/mongoose-os-libs/mjs
- origin: https://github.com/mongoose-os-libs/sntp
- origin: https://github.com/mongoose-os-libs/crontab
- origin: https://github.com/mongoose-os-libs/dns-sd
- origin: https://github.com/mongoose-os-libs/http-server
- origin: https://github.com/mongoose-os-libs/ota-http-server
- origin: https://github.com/mongoose-os-libs/ca-bundle
- origin: https://github.com/mongoose-os-libs/rpc-uart
- origin: https://github.com/mongoose-os-libs/rpc-mqtt
- origin: https://github.com/mongoose-os-libs/rpc-loopback
- origin: https://github.com/mongoose-os-libs/rpc-service-config
- origin: https://github.com/mongoose-os-libs/rpc-service-fs
- origin: https://github.com/mongoose-os-libs/rpc-service-wifi
- origin: https://github.com/mongoose-os-libs/rpc-service-gpio
- origin: https://github.com/mongoose-os-libs/rpc-service-cron
build_vars:
FLASH_SIZE: 2097152
manifest_version: 2017-09-29