问题:
VSCode编译报错:
'idf_component_manager.prepare_components' (ModuleNotFoundError: No module
named 'idf_component_manager')
原因:
缺少了idf-component-manager这个python拓展;安装下这个拓展就可以了。
解决:
参考这个链接解决了
https://esp32.com/viewtopic.php?f=13&t=20630
1、按F1;
2、选择 "ESP-IDF: Configure ESP-IDF extension" ;
3、选择"use existing setup";
等待更新完成,重新编译即可;