Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1 KB

README.md

File metadata and controls

30 lines (17 loc) · 1 KB

ESPEasy (mega branch)

Build status: Build Status

This is the development branch for the next upcoming release (2.0.0). This is also known as ESPEasyMega.

Check here to learn how to use this branch and help us improving ESPEasy: http://www.letscontrolit.com/wiki/index.php/ESPEasy#Source_code_development

Binary development releases are here: https://github.com/letscontrolit/ESPEasy/releases

Details and discussion are on the Experimental forum: http://www.letscontrolit.com/forum/viewtopic.php?f=18&t=2257&p=13600#p13600

Cloning

Dont forget to use the --recursive option, so you get all the submodules:

git clone --recursive https://github.com/letscontrolit/ESPEasy.git

Missing libraries

You might have missing libraries after you did a git pull. (after we added/changed libraries)

To download missing libraries you might have run this:

git submodule update --checkout --init