From 649b8e972a8d1fff5c94acde5e2c3136f696abb9 Mon Sep 17 00:00:00 2001 From: kd-kraken Date: Fri, 5 Jun 2015 09:36:32 -0500 Subject: [PATCH] Changed esptool path esptool is installed with esp-open-sdk, changed ESPTOOL path to reflect this. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78a5f5d..921721c 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.1.0) # Esptool.py path and port, only used for 1-time serial flashing # Typically you'll use https://github.com/themadinventor/esptool -ESPTOOL ?= $(abspath ../esptool/esptool.py) +ESPTOOL ?= $(abspath ../esp-open-sdk/esptool/esptool.py) ESPPORT ?= /dev/ttyUSB0 ESPBAUD ?= 460800