Commit 6d3d95a2 authored by Lukas Schauer's avatar Lukas Schauer
Browse files

Only set ESPTOOL if not set before

This allows setting the path to esptool.py as an option on make, allowing the use of alternative tools, or modified esptool.py versions.
parent 1740841e
...@@ -75,7 +75,7 @@ else ...@@ -75,7 +75,7 @@ else
endif endif
endif endif
############################################################# #############################################################
ESPTOOL = ../tools/esptool.py ESPTOOL ?= ../tools/esptool.py
CSRCS ?= $(wildcard *.c) CSRCS ?= $(wildcard *.c)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment