Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: c_hello
- version: 2.9.0
- manifest_version: 2017-06-16
- libs_version: ${mos_version}
- modules_version: ${mos_version}
- mongoose_os_version: ${mos_version}
- sources:
- - src
- filesystem:
- - fs
- config_schema:
- - ["hello", "o", {"title": "Hello app settings"}]
- - ["hello.who", "s", "mundo2", {"title": "Who to say hello to"}]
- libs:
- # Only small subset of libs: basic connectifity (wifi), basic RPC services,
- # no peripherals other than GPIO.
- - origin: https://github.com/mongoose-os-libs/ca-bundle
- - origin: https://github.com/mongoose-os-libs/http-server
- - origin: [email protected]:cesanta/mos-libs.git/ota-http-server
- - origin: [email protected]:cesanta/mos-libs.git/ota-http-client
- - origin: [email protected]:cesanta/mos-libs.git/ota-common
- - origin: [email protected]:cesanta/mos-libs.git/ota-shadow
- - origin: https://github.com/mongoose-os-libs/rpc-common
- - origin: https://github.com/mongoose-os-libs/rpc-service-ota
- - 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-uart
- - origin: https://github.com/mongoose-os-libs/wifi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement