From 9ef2843f8d6a32e5a42971d00071ce7c290ac14b Mon Sep 17 00:00:00 2001 From: Peter Lerup Date: Thu, 11 Feb 2016 22:04:57 +0100 Subject: [PATCH] Reference to the esp8266/Arduino makefile added --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c92c31a60..633661df7 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: