You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

658 B

README

该工程为ESP32 WHO相机运动检测demo

如果没初始化子模块会报下面错误,需要进行子模块初始化,初始化后,再打开终端输入命令envsetupsetup.ps1后输入idf.py build构建工程即可。

image-20220924100013998

如果工程路径过长会报如下错误,解决方法:缩短当前工程路径路径

image-20220924100932460

烧录使用idf.py flash monitor 自动寻找接口烧录监控,如果使用指令idf.py flash -p com7 monitor 指定com7烧录监控会报错。