From cd0e5d133e3c74d11dbef27d2fd6b7304fe2f399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=A4nel?= Date: Thu, 11 Jun 2015 14:52:00 +0200 Subject: [PATCH] sdk paths --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 018c373..0a8609f 100644 --- a/Makefile +++ b/Makefile @@ -18,13 +18,13 @@ BUILD_BASE = build FW_BASE = firmware # base directory for the compiler -XTENSA_TOOLS_ROOT ?= /opt/Espressif/crosstool-NG/builds/xtensa-lx106-elf/bin +XTENSA_TOOLS_ROOT ?= ../esp-open-sdk/crosstool-NG/builds/xtensa-lx106-elf/bin # base directory of the ESP8266 SDK package, absolute -SDK_BASE ?= /opt/Espressif/ESP8266_SDK +SDK_BASE ?= ../esp-open-sdk/sdk # esptool.py path and port -ESPTOOL ?= esptool.py +ESPTOOL ?= ../esp-open-sdk/esptool/esptool.py ESPPORT ?= /dev/ttyUSB0 # name for the target project