diff --git a/main/idf_component.yml b/main/idf_component.yml index 6eb12d7d..58b1281d 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -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" diff --git a/sdkconfig.defaults b/sdkconfig.defaults index 87077073..e883ccc4 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults @@ -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