idf4.4运行menuconfig
163 2024-08-22 13:46
Administrator@PC-202312022041 MINGW64 /d/IDF/v5.3/esp-adf/esp-idf ((v4.4))
$ git checkout -b v4.4
Switched to a new branch 'v4.4'
Administrator@PC-202312022041 MINGW64 /d/IDF/v5.3/esp-adf/esp-idf (v4.4)
$ git remote get-url origin
https://gitee.com/EspressifSystems/esp-idf.git
Administrator@PC-202312022041 MINGW64 /d/IDF/v5.3/esp-adf/esp-idf (v4.4)
$ git config --global user.name 'bakecool'
Administrator@PC-202312022041 MINGW64 /d/IDF/v5.3/esp-adf/esp-idf (v4.4)
$ git config --global user.name
bakecool
Administrator@PC-202312022041 MINGW64 /d/IDF/v5.3/esp-adf/esp-idf (v4.4)
$ git config --global user.email 'bakecool@foxmail.com'
Administrator@PC-202312022041 MINGW64 /d/IDF/v5.3/esp-adf/esp-idf (v4.4)
$ git config --global user.email
bakecool@foxmail.com
git remote get-url origin
git remote set-url origin https://gitee.com/bakecool/esp-idf.git
全部评论