From 9286ac16b795c65a7e76ea7cb1003238f83a55b8 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Tue, 23 Jan 2018 13:41:56 +0100 Subject: [PATCH] Removed platform from mos.yml, as it was ignored that way (fixed) --- mos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mos.yml b/mos.yml index f16e88e..3fc5726 100644 --- a/mos.yml +++ b/mos.yml @@ -1,9 +1,8 @@ author: Dirk Jahnke -description: Arduino Adafruit SSD1306 library modified for Wemos OLED 64x48 type: lib +description: Arduino Adafruit SSD1306 library modified for Wemos OLED 64x48 version: 1.0 platforms: [ esp32, esp8266 ] -platform: esp8266 sources: - src