Update esp-ml307 component version to 3.6.2 to support UART DMA (#1724)

* Update esp-ml307 dependency version to ~3.6.0 in idf_component.yml

* Update .gitignore to include 'dist/' directory, add ml307 and dual_network_board source files to CMakeLists.txt, and update esp-ml307 dependency version to ~3.6.2 in idf_component.yml. Refactor CompactWifiBoard and CompactWifiBoardLCD classes to inherit from WifiBoard instead of DualNetworkBoard, simplifying network handling logic.
This commit is contained in:
Xiaoxia
2026-02-02 09:53:06 +08:00
committed by GitHub
parent abd62648cb
commit 0b3b98eca7
5 changed files with 17 additions and 39 deletions

View File

@ -22,9 +22,9 @@ dependencies:
78/esp-wifi-connect: ~3.0.2
espressif/esp_audio_effects: ~1.2.1
espressif/esp_audio_codec: ~2.4.1
78/esp-ml307: ~3.5.3
78/esp-ml307: ~3.6.2
78/uart-eth-modem:
version: ~0.2.1
version: ~0.3.0
rules:
- if: target not in [esp32]
78/xiaozhi-fonts: ~1.6.0