From 4bae4e060be696a160c4e7f2641f186c51edb823 Mon Sep 17 00:00:00 2001 From: Peter Lerup Date: Sat, 28 Jan 2017 17:11:17 +0100 Subject: [PATCH] Added reference to makeEspArduino (#155) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b3cdc1ed..3b9c6018 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)