esp32-windows 环境搭建
https://blog.csdn.net/CrazySuPA/article/details/80589738
https://blog.csdn.net/weixin_39591047/article/details/89114629
注意
python -m pip install --user -r $IDF_PATH/requirements.txt
设置下代理
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy
git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'

浙公网安备 33010602011771号