From c27344b70e84bbe904280baee7caa364d7b78bfb Mon Sep 17 00:00:00 2001 From: T-vK Date: Sun, 23 Oct 2016 02:07:05 +0200 Subject: [PATCH] Added link to esptool --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7da7d83..fcfb378 100644 --- a/README.md +++ b/README.md @@ -81,5 +81,7 @@ make ESP_ROOT=/home/esp/esp-open-sdk burn - Replace `1.5.3` with whatever version of the ESP SDK you want to use for the compiling process. - Replace `make ESP_ROOT=/home/esp/esp-open-sdk burn` with the command necessary to compile and flash your project. +### For more information on flashing please refer to the README of https://github.com/themadinventor/esptool + ### Tested I personally tested the docker image under Ubuntu 16.04 x64 and Debian 8 Jessie x64.