File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
1010 - [ Using Boards Manager] ( #installing-with-boards-manager )
1111 - [ Using git version] ( #using-git-version- )
1212 - [ Using stable version with PlatformIO] ( #using-stable-version-with-platformio )
13+ - [ Building with make] ( #building-with-make )
1314- [ Documentation] ( #documentation )
1415- [ Issues and support] ( #issues-and-support )
1516- [ Contributing] ( #contributing )
@@ -64,6 +65,12 @@ python get.py
6465
6566See [ detailed instructions on how to use Espressif platform with PlatformIO] ( doc/platformio.md ) .
6667
68+ ### Building with make
69+
70+ [ makeEspArduino] ( https://github.com/plerup/makeEspArduino ) is a generic makefile for any ESP8266 Arduino project.
71+ Using make instead of the Arduino IDE makes it easier to do automated and production builds.
72+
73+
6774### Documentation
6875
6976Documentation for latest development version:
You can’t perform that action at this time.
0 commit comments