Page 1 of 1

how to compile after change in plugin

Posted: 05 Mar 2019, 15:25
by dkeipp
hello!

first of all a sentence to that what I want to do:
I use a oled display that works fine with plugin 36 and SH1106 setting. But I want to have sensor values in the header (and maybe in the footer) and the current time in one line in the middle of the display ("body").

I had a quick look into the Github repository and I think that it is not a problem for me to change the sketch (https://github.com/letscontrolit/ESPEas ... meOLED.ino) for my needs by myself.

But I have no idea how to compile the whole thing that I can upload it to my ESP.

can someone explain how to go on?!

I clone the repository to my local computer -> copy _P036*.ino to _P099*.ino -> do my coding work there -> ???

thanks

Re: how to compile after change in plugin

Posted: 05 Mar 2019, 19:16
by grovkillen
Easiest is to download the entire project (as a zip, link in the code section on GitHub). Then open that project in, preferably, Platformio and do your changes and then do the compile from within Platformio.