-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idf_tools.py info suggest (IDFGH-7008) #8625
Comments
Hi @zwidny. If you are looking for the links then you can find them in https://github.com/espressif/esp-idf/blob/master/tools/tools.json. BTW, by setting |
Thx @dobairoland. Your info are userful, and I can get the url from that. |
This helps users with poor Internet connection to be able to cancel the download and download it in another way. Closes espressif#8625
Environment
git describe --tags
to find it):// v3.2-dev-1148-g96cd3b75c
xtensa-esp32-elf-gcc --version
to find it):// 1.22.0-80-g6c4433a
Problem Description
tools/idf_tools.py
os.path.basename(url)
这句推荐改为url, 国内下载特别慢, 一般都用下载器下载,如果这里是url, 我可以直接复制链接下载了。
但是是basename的话, 我需要等待失败的时候才会有url, 特别烦
The text was updated successfully, but these errors were encountered: