ag-iot-device-demo-esp32
ag-iot-device-demo-esp32 copied to clipboard
uvc_stream.c所包含的头文件在IDF中不存在
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 1, 0) #include "hal/usb_dwc_hal.h" #include "hal/usb_dwc_ll.h" #else #include "hal/usb_hal.h" #include "hal/usbh_ll.h" #endif 在版本号低于5.1.0的idf分支比如readme文档中举例的v4.4中未找到usbh_ll.h头文件