-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmos.yml
More file actions
43 lines (40 loc) · 1.61 KB
/
mos.yml
File metadata and controls
43 lines (40 loc) · 1.61 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
31
32
33
34
35
36
37
38
39
40
41
42
43
author: Anderson Souza
description: A fish feeder
arch: esp8266
version: 1.0
manifest_version: 2017-05-18
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
config_schema:
- ["app","o",{title: "Configuracoes do aplicativo"}]
- ["app.servo","o",{title: "Configuracoes do servo"}]
- ["app.servo.pwm","i",12,{title: "Pino utilizado para controlar posicao do servo"}]
- ["app.servo.ciclos","i",4,{title: "Numero de ciclos padrao"}]
- ["pins", "o", {title: "Pins layout"}]
- ["pins.led", "i", 2, {title: "LED GPIO pin"}]
- ["pins.button", "i", 0, {title: "Button GPIO pin"}]
- ["dns_sd.enable", true]
- ["dns_sd.host_name", "fish-feeder-plus-??????"]
- ["dns_sd.txt", "type=ffplus"]
tags:
- js
filesystem:
- fs
- web
libs:
- origin: https://github.com/mongoose-os-libs/sntp
- origin: https://github.com/mongoose-os-libs/wifi
- origin: https://github.com/mongoose-os-libs/pwm
- origin: https://github.com/mongoose-os-libs/dns-sd
- origin: https://github.com/mongoose-os-libs/ca-bundle
- origin: https://github.com/mongoose-os-libs/http-server
- 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/adc
- origin: https://github.com/mongoose-os-libs/spi
- origin: https://github.com/mongoose-os-libs/vfs-dev-spi-flash
- origin: https://github.com/mongoose-os-libs/cron
- origin: https://github.com/mongoose-os-libs/mjs