diff --git a/tools/esp32/Config.mk b/tools/esp32/Config.mk index 842aa7e4b62..dabf86861ce 100644 --- a/tools/esp32/Config.mk +++ b/tools/esp32/Config.mk @@ -52,7 +52,7 @@ define POSTBUILD $(Q) echo "MKIMAGE: ESP32 binary" $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \ echo ""; \ - echo "esptool.py not found. Please run: \"pip install esptool.py\""; \ + echo "esptool.py not found. Please run: \"pip install esptool\""; \ echo "Or run: \"make -C $(TOPDIR)/tools/esp32\" to install all IDF tools."; \ echo ""; \ echo "Run make again to create the nuttx.bin image."; \