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 committed Jun 7, 2019
1 parent dde57ba commit 4013b2e
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 @@ -59,7 +59,7 @@ PSEUDOMODULES += esp_wifi_any

export CPU ?= esp32
export TARGET_ARCH ?= xtensa-esp32-elf
export ESPTOOL ?= $(ESP32_SDK_DIR)/components/esptool_py/esptool/esptool.py
export ESPTOOL ?= esptool.py

USEMODULE += esp_idf
USEMODULE += esp_idf_driver
Expand Down

0 comments on commit 4013b2e

Please sign in to comment.