diff --git a/images/bread-compact-ml307_v0_9_8.bin b/images/bread-compact-ml307_v0_9_8.bin new file mode 100644 index 00000000..9e9c9d27 Binary files /dev/null and b/images/bread-compact-ml307_v0_9_8.bin differ diff --git a/images/bread-compact-wifi_v0_9_8.bin b/images/bread-compact-wifi_v0_9_8.bin new file mode 100644 index 00000000..d2b1291c Binary files /dev/null and b/images/bread-compact-wifi_v0_9_8.bin differ diff --git a/images/cfg.md b/images/cfg.md index fff0bfd5..422a3098 100644 --- a/images/cfg.md +++ b/images/cfg.md @@ -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) diff --git a/images/config.toml b/images/config.toml index ee07d4cb..7d1029b2 100644 --- a/images/config.toml +++ b/images/config.toml @@ -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 = "" diff --git a/images/xiaozhi_esp-box-3_v0_9_8.bin b/images/esp-box-3_v0_9_8.bin similarity index 98% rename from images/xiaozhi_esp-box-3_v0_9_8.bin rename to images/esp-box-3_v0_9_8.bin index 330d2954..8b955f41 100644 Binary files a/images/xiaozhi_esp-box-3_v0_9_8.bin and b/images/esp-box-3_v0_9_8.bin differ diff --git a/images/kevin-box-2_v0_9_8.bin b/images/kevin-box-2_v0_9_8.bin new file mode 100644 index 00000000..725a2dc7 Binary files /dev/null and b/images/kevin-box-2_v0_9_8.bin differ diff --git a/images/lichuang-dev_v0_9_8.bin b/images/lichuang-dev_v0_9_8.bin new file mode 100644 index 00000000..60a59749 Binary files /dev/null and b/images/lichuang-dev_v0_9_8.bin differ diff --git a/images/m5static-core-s3_v9_0_8.bin b/images/m5static-core-s3_v9_0_8.bin new file mode 100644 index 00000000..9fcbafcd Binary files /dev/null and b/images/m5static-core-s3_v9_0_8.bin differ diff --git a/images/magiclick-2p4_v0_9_8.bin b/images/magiclick-2p4_v0_9_8.bin new file mode 100644 index 00000000..9a16b5a7 Binary files /dev/null and b/images/magiclick-2p4_v0_9_8.bin differ