fit all board online download

This commit is contained in:
zengyun
2025-01-07 19:51:33 +08:00
parent 36f0aba36a
commit 75c6ba5c8c
9 changed files with 48 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,3 @@
#### Build Config
- esp-idf: V5.3
- 小智开源: [V0.9.7](https://github.com/78/xiaozhi-esp32/tree/v0.9.7)
- 小智开源: [Github](https://github.com/78/xiaozhi-esp32)

View File

@@ -2,12 +2,55 @@ esp_toml_version = 1.0
firmware_images_url = "https://raw.githubusercontent.com/whble/xiaozhi-esp32/refs/heads/main/images/"
config_readme_url = "https://raw.githubusercontent.com/whble/xiaozhi-esp32/refs/heads/main/images/cfg.md"
supported_apps = ["xiaozhi_esp-box-3_v0_9_8"]
supported_apps = ["bread-compact-ml307_v0_9_8","bread-compact-wifi_v0_9_8",
"esp-box-3_v0_9_8","kevin-box-2_v0_9_8","lichuang-dev_v0_9_8","m5static-core-s3_v9_0_8","magiclick-2p4_v0_9_8"]
[xiaozhi_esp-box-3_v0_9_8]
[bread-compact-ml307_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "xiaozhi_esp-box-3_v0_9_8.bin"
image.esp32s3 = "bread-compact-ml307_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = "https://raw.githubusercontent.com/78/xiaozhi-esp32/refs/heads/main/README.md"
readme.text = ""
[bread-compact-wifi_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "bread-compact-wifi_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[esp-box-3_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "esp-box-3_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[kevin-box-2_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "kevin-box-2_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[lichuang-dev_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "lichuang-dev_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[m5static-core-s3_v9_0_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "m5static-core-s3_v9_0_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[magiclick-2p4_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "magiclick-2p4_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.