Files
mg_sonoff/mos.yml
Dmitry Frank 888649b483 Factor out spi lib
PUBLISHED_FROM=49273258bae6da75b5cbf7013dd9611ee2cf845c
2017-06-21 12:24:42 +00:00

30 lines
927 B
YAML

author: mongoose-os
description: Setup WiFi via Web UI
version: 1.0
sources:
- src
filesystem:
- fs
libs:
# common mgos 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
tags:
- c
- wifi
skeleton_version: 2017-05-18