From 346b4a384b0811fd6a544de7063ce04c682f2c61 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Mon, 22 Jan 2018 14:44:26 +0100 Subject: [PATCH] Fixed local build --- mos.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/mos.yml b/mos.yml index 69479cf..7bb6d92 100644 --- a/mos.yml +++ b/mos.yml @@ -6,6 +6,8 @@ libs_version: ${mos.version} modules_version: ${mos.version} mongoose_os_version: ${mos.version} +arch: esp8266 + # Optional. List of tags for online search. tags: - c @@ -38,17 +40,11 @@ libs: - 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/wifi - - # - 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 - - name: ssd1306dj - + # - origin: https://gitea.pmpark.de/dirk/ssd1306dj + - origin: ../libs/ssd1306dj + # - name: ssd1306dj - origin: https://github.com/mongoose-os-libs/mjs - build_vars: MGOS_ENABLE_ARDUINO_API: 1