We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d82cf8 commit c3c7292Copy full SHA for c3c7292
tools/esp32/Config.mk
@@ -272,9 +272,9 @@ endef
272
else
273
define MKIMAGE
274
$(Q) echo "MKIMAGE: ESP32 binary"
275
- $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
+ $(Q) if ! $(ESPTOOL_FILE) version 1>/dev/null 2>&1; then \
276
echo ""; \
277
- echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \
+ echo "$(ESPTOOL_FILE) not found. Please run: \"pip install esptool==4.8.dev4\""; \
278
279
echo "Run make again to create the nuttx.bin image."; \
280
exit 1; \
0 commit comments