Loading

随笔分类 -  esp

摘要:在 vscode 中打开 esp-idf 工程,发现头文件被标注波浪线,找不到头文件。 在当前项目下 .vscode/c_cpp_properties.json { "configurations": [ { "name": "ESP-IDF", "compilerPath": "${HOME}/. 阅读全文
posted @ 2025-05-19 19:19 eiSouthBoy 阅读(234) 评论(0) 推荐(0)
摘要:一、安装准备 建议使用Ubuntu 20.04 或 Ubuntu 22.04 操作系统 为了在 Ubuntu 22.04 中使用 esp-idf,需要安装一些依赖包 sudo apt-get install git wget flex bison gperf python3\ python3-pip 阅读全文
posted @ 2024-08-08 16:17 eiSouthBoy 阅读(1845) 评论(0) 推荐(0)