-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Operating System
macOS 14.7.4
Esptool Version
4.8.1
Python Version
3.13.2
Full Esptool Command Line that Was Run
esptool.py xxxxxxx
Esptool Output
What is the Expected Behaviour?
No response
More Information
The esptool I installed via brew install esptool prompts me when I press tab after entering any parameter or part of a parameter.
However, after importing the idf environment by executing the following command, the autocomplete feature of esptool disappears when I press tab after typing any parameter or part of a parameter.
$HOME/Developer/Code/uiflow_micropython/esp-idf/export.sh
.
or
. $HOME/Developer/esp/master/esp-idf/export.sh
.
But any other command will work fine, for example, just type ls /dev/cu. and press tab and the serial port will show up.
I tried uninstalling the local global esptool by brew uninstall esptool and restarting the terminal, then importing the idf environment, the esptool is patched, why is that, the esptool versions are all the same!
Other Steps to Reproduce
No response