fastclockClient/mos.yml

52 lines
2.2 KiB
YAML

version: "0.5"
arch: esp8266
mongoose_os_version: latest
skeleton_version: 2017-09-29
filesystem:
- fs
libs:
- origin: https://github.com/mongoose-os-libs/http-server
- origin: https://github.com/mongoose-os-libs/i2c
- origin: https://github.com/mongoose-os-libs/ota-http-server
- origin: https://github.com/mongoose-os-libs/adc
- origin: https://github.com/mongoose-os-libs/wifi
- origin: https://github.com/mongoose-os-libs/rpc-common
- 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
- origin: https://github.com/mongoose-os-libs/mjs
- origin: https://github.com/mongoose-os-libs/arduino-compat
- origin: https://github.com/mongoose-os-libs/arduino-wire
- origin: https://github.com/mongoose-os-libs/arduino-spi
- origin: https://github.com/mongoose-os-libs/arduino-adafruit-gfx
- origin: ../libs/ssd1306dj
sources:
- src
config_schema:
- ["app", "o", "This application", {"title": "Settings for this application"}]
- ["app.title", "s", "Model Smart Home", {"title": "Title of this gadget"}]
- ["app.key", "s", "lightning", {"title": "Configuration key for app configuration parameters"}]
- ["clock", "o", {title: "Fastclock application"}]
- ["clock.multicast", "s", "239.50.50.20", {title: "Multicast group IP"}]
- ["clock.port", "i", 2000, {title: "Multicast UDP port"}]
- ["clock.listenToName", "s", "DefaultClock", {title: "Name of clock to listen to"}]
- ["mqtt.server", "cubieboard4:1883"]
# - ["wifi.sta.enable", true]
# - ["wifi.sta.ssid", "FremoCom"]
# - ["wifi.sta.pass", "FremoCom"]
extra_files: []
ffi_symbols: []
build_vars:
MGOS_ENABLE_MQTT: 1
MGOS_ENABLE_AWS_SHADOW: 0
SSL: mbedTLS
FS_SIZE: 400000