Search found 1 match
- Sun May 22, 2022 12:54 am
- Forum: ESP-IDF 中文讨论版
- Topic: vscode的id插件环境下,menuconfig无法打开
- Replies: 0
- Views: 1815
vscode的id插件环境下,menuconfig无法打开
环境搭建步骤,参考https://zhuanlan.zhihu.com/p/345308267, 步骤//1、下载gitee工具 git clone https://gitee.com/EspressifSystems/esp-gitee-tools.git //2、下载esp-idf(仅克隆 esp-idf,不包含子模块) git clone https://gitee.com/EspressifSystems/esp-idf.git //3、进入工具目录,执行命令更新子模块 cd esp-gitee-tools ./submodule-update.sh ~/esp/esp-idf (~/...