Merge pull request #181 from lukas2511/patch-1

Only set ESPTOOL if not set before
This commit is contained in:
Vowstar 2015-02-06 18:21:43 +08:00
commit 5eb4383409
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ else
endif endif
endif endif
############################################################# #############################################################
ESPTOOL = ../tools/esptool.py ESPTOOL ?= ../tools/esptool.py
CSRCS ?= $(wildcard *.c) CSRCS ?= $(wildcard *.c)