2017-06-05 19:34:53 +00:00
|
|
|
author: mongoose-os
|
|
|
|
description: Setup WiFi via Web UI
|
|
|
|
version: 1.0
|
2017-06-06 12:40:06 +00:00
|
|
|
|
2017-07-05 22:15:47 +00:00
|
|
|
libs_version: ${mos_version}
|
2017-07-11 13:21:22 +00:00
|
|
|
modules_version: ${mos_version}
|
2017-07-05 22:15:47 +00:00
|
|
|
mongoose_os_version: ${mos_version}
|
|
|
|
|
2017-06-05 19:34:53 +00:00
|
|
|
sources:
|
|
|
|
- src
|
|
|
|
filesystem:
|
|
|
|
- fs
|
2017-06-06 12:40:06 +00:00
|
|
|
|
2017-06-12 16:37:48 +00:00
|
|
|
libs:
|
|
|
|
# common mgos libs
|
2017-06-20 08:35:17 +00:00
|
|
|
- origin: https://github.com/mongoose-os-libs/http-server
|
2017-06-14 19:34:31 +00:00
|
|
|
- origin: https://github.com/mongoose-os-libs/ota-http-server
|
2017-06-12 16:37:48 +00:00
|
|
|
- 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
|
2017-06-13 10:35:51 +00:00
|
|
|
- origin: https://github.com/mongoose-os-libs/rpc-service-ota
|
2017-06-12 16:37:48 +00:00
|
|
|
- origin: https://github.com/mongoose-os-libs/rpc-uart
|
2017-06-21 11:55:17 +00:00
|
|
|
- origin: https://github.com/mongoose-os-libs/spi
|
2017-06-15 14:23:25 +00:00
|
|
|
- origin: https://github.com/mongoose-os-libs/vfs-dev-spi-flash
|
2017-06-12 16:37:48 +00:00
|
|
|
|
2017-06-06 12:40:06 +00:00
|
|
|
tags:
|
|
|
|
- c
|
|
|
|
- wifi
|
|
|
|
|
2017-06-05 19:34:53 +00:00
|
|
|
skeleton_version: 2017-05-18
|