Skip to content

Commit

Permalink
Reference to the esp8266/Arduino makefile added
Browse files Browse the repository at this point in the history
  • Loading branch information
plerup committed Feb 11, 2016
1 parent 0ad2738 commit 9ef2843
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
- [Using Boards Manager](#installing-with-boards-manager)
- [Using git version](#using-git-version-)
- [Using stable version with PlatformIO](#using-stable-version-with-platformio)
- [Building with make](#building-with-make)
- [Documentation](#documentation)
- [Issues and support](#issues-and-support)
- [Contributing](#contributing)
Expand Down Expand Up @@ -64,6 +65,12 @@ python get.py

See [detailed instructions on how to use Espressif platform with PlatformIO](doc/platformio.md).

### Building with make

[makeEspArduino](https://github.com/plerup/makeEspArduino) is a generic makefile for any ESP8266 Arduino project.
Using make instead of the Arduino IDE makes it easier to do automated and production builds.


### Documentation

Documentation for latest development version:
Expand Down

0 comments on commit 9ef2843

Please sign in to comment.