Fix ML307 FIFO Overflow

This commit is contained in:
Terrence
2025-04-09 10:41:12 +08:00
parent 652e5cbcdd
commit a6ce728386
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ dependencies:
78/esp_lcd_nv3023: "~1.0.0"
78/esp-wifi-connect: "~2.3.1"
78/esp-opus-encoder: "~2.3.0"
78/esp-ml307: "~1.7.3"
78/esp-ml307: "~1.8.1"
78/xiaozhi-fonts: "~1.3.2"
espressif/led_strip: "^2.4.1"
espressif/esp_codec_dev: "~1.3.2"

View File

@@ -26,6 +26,9 @@ CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER=y
CONFIG_CODEC_I2C_BACKWARD_COMPATIBLE=n
# Fix ML307 FIFO Overflow
CONFIG_UART_ISR_IN_IRAM=y
# LVGL 9.2.2
CONFIG_LV_OS_NONE=y