Skip to content

Commit c3c7292

Browse files
committed
Update Config.mk
1 parent 2d82cf8 commit c3c7292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/esp32/Config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ endef
272272
else
273273
define MKIMAGE
274274
$(Q) echo "MKIMAGE: ESP32 binary"
275-
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
275+
$(Q) if ! $(ESPTOOL_FILE) version 1>/dev/null 2>&1; then \
276276
echo ""; \
277-
echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \
277+
echo "$(ESPTOOL_FILE) not found. Please run: \"pip install esptool==4.8.dev4\""; \
278278
echo ""; \
279279
echo "Run make again to create the nuttx.bin image."; \
280280
exit 1; \

0 commit comments

Comments
 (0)