mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-02-11 06:33:48 +00:00
* 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.
21 lines
239 B
Plaintext
21 lines
239 B
Plaintext
tmp/
|
|
components/
|
|
managed_components/
|
|
build/
|
|
dist/
|
|
.vscode/
|
|
.devcontainer/
|
|
sdkconfig.old
|
|
sdkconfig
|
|
dependencies.lock
|
|
.env
|
|
releases/
|
|
main/assets/lang_config.h
|
|
main/mmap_generate_emoji.h
|
|
.DS_Store
|
|
.cache
|
|
*.pyc
|
|
*.bin
|
|
mmap_generate_*.h
|
|
.clangd
|