VScode菜单配置 实现ESP32 连接热点获取CSI数据 Example_connect
1 拉取官方代码
git clone https://github.com/espressif/esp-csi.git
应用场景为ESP连接wifi获取CSI信道数据,因此这里使用csi_recv_router
这个example,VScode打开 文件夹
\esp-csi\examples\get-started\csi_recv_router
打开后目录如下图
2 基本配置
如果没有.vscode文件夹,手动创建,并加入c_cpp_properties.json
文件,内容如下:
{
"configurations"