Merge pull request #181 from lukas2511/patch-1
Only set ESPTOOL if not set before
This commit is contained in:
commit
5eb4383409
2
Makefile
2
Makefile
|
@ -75,7 +75,7 @@ else
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
#############################################################
|
#############################################################
|
||||||
ESPTOOL = ../tools/esptool.py
|
ESPTOOL ?= ../tools/esptool.py
|
||||||
|
|
||||||
|
|
||||||
CSRCS ?= $(wildcard *.c)
|
CSRCS ?= $(wildcard *.c)
|
||||||
|
|
Loading…
Reference in New Issue