From 71cf60882caa48e57df177572c4c0b146be0ad74 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Mon, 22 Jan 2018 15:17:31 +0100 Subject: [PATCH] Fixed description and gave up on remote build --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94a3628..870071a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,17 @@ This is a simple app using the C interface only to create some content on the OL ## How to build this app ### Locally -- mos build --arch ESP8266 --local +- get local copy of the needed library: +-- mkdir libs +-- git clone https://gitea.pmpark.de/dirk/ssd1306dj libs/ssd1306dj +- get source of testOled +-- git clone https://gitea.pmpark.de/dirk/MongooseESPWemosOled64x48 +-- cd MongooseESPWemosOled64x48 +-- mos build --local +- flash your Wemos device with Oled 64x48 display +-- mos flash -### Remote (not yet finished) +### Remote (not yet finished, does not work!) - mos build --arch ESP8266 ## How to install this app