From 6542a9d2b51d02787962326bfddf2a91aea8201d Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Mon, 22 Jan 2018 14:41:37 +0100 Subject: [PATCH] Fixed local library build --- mos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mos.yml b/mos.yml index a5bd8c5..f16e88e 100644 --- a/mos.yml +++ b/mos.yml @@ -2,6 +2,8 @@ author: Dirk Jahnke description: Arduino Adafruit SSD1306 library modified for Wemos OLED 64x48 type: lib version: 1.0 +platforms: [ esp32, esp8266 ] +platform: esp8266 sources: - src @@ -16,3 +18,5 @@ tags: - c - js - hw + +manifest_version: 2017-09-29