From 390b592b29dee4517a50bb1aeb8cc49fbc2540ea Mon Sep 17 00:00:00 2001 From: Peter Lerup Date: Sat, 28 Jan 2017 17:06:24 +0100 Subject: [PATCH] Added reference to makeEspArduino --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b3cdc1ed476..3b9c6018da8 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard). - [Project Examples](https://github.com/platformio/platform-espressif32/tree/develop/examples) - [Using "Stage" (Git) version of Arduino Core](http://docs.platformio.org/page/platforms/espressif32.html#using-arduino-framework-with-staging-version) +### Building with make + +[makeEspArduino](https://github.com/plerup/makeEspArduino) is a generic makefile for any ESP8266/ESP32 Arduino project. +Using make instead of the Arduino IDE makes it easier to do automated and production builds. + ### Using as ESP-IDF component - Download and install [esp-idf](https://github.com/espressif/esp-idf) - Create blank idf project (from one of the examples)