Commit 5eb43834 authored by Vowstar's avatar Vowstar
Browse files

Merge pull request #181 from lukas2511/patch-1

Only set ESPTOOL if not set before
parents 1740841e 6d3d95a2
......@@ -75,7 +75,7 @@ else
endif
endif
#############################################################
ESPTOOL = ../tools/esptool.py
ESPTOOL ?= ../tools/esptool.py
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