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 - src/RF24 includes: #- src/RadioHead - src/RF24 filesystem: - fs cdefs: #RF_RadioHead # MPIDE: 0 RH_PLATFORM: RH_PLATFORM_ESP8266 MONGOOSE_OS: 1 ESP_PLATFORM: RF_RF24: RF24_SPI_TRANSACTIONS: FAILURE_HANDLING: 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] - ["spi.enable", true] - ["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