ag-iot-device-demo-esp32 icon indicating copy to clipboard operation
ag-iot-device-demo-esp32 copied to clipboard

uvc_stream.c所包含的头文件在IDF中不存在

Open cgyfifteen opened this issue 2 years ago • 0 comments

#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头文件

cgyfifteen avatar Dec 05 '23 03:12 cgyfifteen