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 Oct 1, 2019
1 parent d7d7923 commit 9d440eb
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 @@ -64,7 +64,7 @@ PSEUDOMODULES += esp_spiffs
PSEUDOMODULES += esp_wifi_any

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 9d440eb

Please sign in to comment.