68 lines
2.0 KiB
YAML
68 lines
2.0 KiB
YAML
author: mongoose-os
|
|
description: Fastclock Master Controller
|
|
version: 1.0.1
|
|
name: fastclock-master
|
|
|
|
libs_version: ${mos.version}
|
|
modules_version: ${mos.version}
|
|
mongoose_os_version: ${mos.version}
|
|
|
|
platform: esp8266
|
|
|
|
sources:
|
|
- src
|
|
- src/RadioHead
|
|
|
|
includes:
|
|
- src/RadioHead
|
|
|
|
filesystem:
|
|
- fs
|
|
|
|
cdefs:
|
|
MPIDE: 0
|
|
TEENSYDUINO: 0
|
|
RH_PLATFORM: RH_PLATFORM_ESP8266
|
|
|
|
libs:
|
|
# common mgos libs
|
|
- origin: https://github.com/mongoose-os-libs/boards
|
|
- origin: https://github.com/mongoose-os-libs/ca-bundle
|
|
- origin: https://github.com/mongoose-os-libs/core
|
|
- origin: https://github.com/mongoose-os-libs/dash
|
|
- origin: https://github.com/mongoose-os-libs/i2c
|
|
- 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-uart
|
|
- origin: https://github.com/mongoose-os-libs/spi
|
|
- 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-ota
|
|
- origin: https://github.com/mongoose-os-libs/rpc-service-wifi
|
|
- origin: https://github.com/mongoose-os-libs/rpc-uart
|
|
- origin: https://github.com/mongoose-os-libs/ota-http-server
|
|
- origin: https://github.com/mongoose-os-libs/ota-shadow
|
|
- origin: https://github.com/mongoose-os-libs/wifi
|
|
- origin: https://github.com/mongoose-os-libs/arduino-compat
|
|
- origin: https://github.com/mongoose-os-libs/arduino-adafruit-ssd1306
|
|
- origin: https://github.com/mongoose-os-libs/arduino-spi
|
|
# - origin: https://gitea.pmpark.de/dirk/Mongoose_Arduino_RadioHead.git
|
|
|
|
config_schema:
|
|
- ["i2c.enable", true]
|
|
- ["i2c.scl_gpio", 5]
|
|
- ["i2c.sda_gpio", 4]
|
|
- ["i2c.freq", 1000000]
|
|
- ["wifi.ap.ssid", "Fastclock-Master-??????"]
|
|
- ["wifi.ap.pass", "Fastclock-Master"]
|
|
- ["wifi.sta.ssid", "Pinguin"]
|
|
- ["wifi.sta.pass", "PaulchenAufmKlo34"]
|
|
|
|
tags:
|
|
- c
|
|
- arduino
|
|
- hw
|
|
|
|
manifest_version: 2017-05-18
|