diff --git a/Makefile b/Makefile index 6b4a545b..7de24a3b 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ else endif endif ############################################################# -ESPTOOL = ../tools/esptool.py +ESPTOOL ?= ../tools/esptool.py CSRCS ?= $(wildcard *.c)