Skip to content

Commit

Permalink
cpu/esp32: FIX use esptool.py from path
Browse files Browse the repository at this point in the history
This allows flashing using `esptool.py` install from pip.

The documentation already state that `esptool.py` must be put available
in the path and that it is possible to use the `pip` version.
  • Loading branch information
cladmi authored and miri64 committed Nov 21, 2019
1 parent c7825aa commit 5046140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/esp32/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ifneq (,$(filter esp_cxx,$(USEMODULE)))
UNDEF += $(BINDIR)/esp_cxx/cxa_guard.o
endif

ESPTOOL ?= $(RIOTBASE)/dist/tools/esptool/esptool.py
ESPTOOL ?= esptool.py

# The ELFFILE is the base one used for flashing
FLASHFILE ?= $(ELFFILE)
Expand Down

0 comments on commit 5046140

Please sign in to comment.