ag-iot-device-demo-esp32
ag-iot-device-demo-esp32 copied to clipboard
Results
2
ag-iot-device-demo-esp32 issues
Sort by
recently updated
recently updated
newest added
trafficstars
#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头文件
Camera driver: 1. To support sc030iot sensor 2. To support ESP32S3 yuv420 mode Docs: 1.Update README to clearify ADF version