-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmos.yml
More file actions
30 lines (30 loc) · 1.14 KB
/
mos.yml
File metadata and controls
30 lines (30 loc) · 1.14 KB
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
name: concierge-door-node
arch: esp8266
version: 1.0
skeleton_version: 2017-05-18
sources:
- src
filesystem:
- fs
config_schema:
- ["mqtt.pub", "s", "/response", {title: "Publish topic"}]
- ["mqtt.sub", "s", "/request", {title: "Subscribe topic"}]
- ["mqtt.server", "broker.mqttdashboard.com:1883"]
- ["device.id", "test"]
- ["device.password", "test"]
- ["i2c.enable", true]
libs:
- 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/rpc-loopback
- origin: https://github.com/mongoose-os-libs/rpc-mqtt
- 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-gpio
- origin: https://github.com/mongoose-os-libs/rpc-service-i2c
- origin: https://github.com/mongoose-os-libs/rpc-service-ota
- origin: https://github.com/mongoose-os-libs/rpc-uart
- origin: https://github.com/mongoose-os-libs/spi
- origin: https://github.com/mongoose-os-libs/vfs-dev-spi-flash
build_vars:
SSL: mbedTLS