forked from xiaozhi/xiaozhi-esp32
同步esp-video组件驱动摄像头的配置(waveshare s3-3.5、s3-3.5b、s3-audio-board) (#1291)
* 同步esp-video组件驱动摄像头的配置 * 修改Waveshare ESP32-S3-AUDIO-Board 摄像头配置。 * Modify the XCLK parameters of the camera, and modify the config.txt to be compatible with 2640 and 5640. * Update the esp_video component version to 1.3.0 * Downgrade the esp_video component version. There are unfixed bugs. * Update component version
This commit is contained in:
@@ -27,7 +27,7 @@ dependencies:
|
||||
espressif/button: ~4.1.3
|
||||
espressif/knob: ^1.0.0
|
||||
espressif/esp_video:
|
||||
version: '==1.2.0' # for compatibility. update version may need to modify this project code.
|
||||
version: '==1.3.1' # for compatibility. update version may need to modify this project code.
|
||||
rules:
|
||||
- if: target not in [esp32]
|
||||
espressif/esp_lcd_touch_ft5x06: ~1.0.7
|
||||
|
||||
Reference in New Issue
Block a user