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
10
10
- [ Using Boards Manager] ( #installing-with-boards-manager )
11
11
- [ Using git version] ( #using-git-version- )
12
12
- [ Using stable version with PlatformIO] ( #using-stable-version-with-platformio )
13
+ - [ Building with make] ( #building-with-make )
13
14
- [ Documentation] ( #documentation )
14
15
- [ Issues and support] ( #issues-and-support )
15
16
- [ Contributing] ( #contributing )
@@ -64,6 +65,12 @@ python get.py
64
65
65
66
See [ detailed instructions on how to use Espressif platform with PlatformIO] ( doc/platformio.md ) .
66
67
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
+
67
74
### Documentation
68
75
69
76
Documentation for latest development version:
You can’t perform that action at this time.
0 commit comments