Skip to content

Commit 9ef2843

Browse files
committed
Reference to the esp8266/Arduino makefile added
1 parent 0ad2738 commit 9ef2843

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6566
See [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

6976
Documentation for latest development version:

0 commit comments

Comments
 (0)