diff --git a/images/config.toml b/images/config.toml index 5c9ce0a2..204e3d6e 100644 --- a/images/config.toml +++ b/images/config.toml @@ -4,10 +4,34 @@ config_readme_url = "https://raw.githubusercontent.com/whble/xiaozhi-esp32/refs/ supported_apps = ["xiaozhi_esp-box-3_v0.9.8"] -[xiaozhi_esp-box-3_v0.9.8] +supported_apps = ["xiaozhi_rtc-01_v1_0_0","xiaozhi_esp-box-3_v1_0_0","factory_test_fw-ESP-BOX-3", +"esp_sparkdot_factory_demo"] + +[xiaozhi_rtc-01_v1_0_0] chipsets = ["ESP32S3"] -image.esp32s3 = "xiaozhi_esp-box-3_v0.9.8.bin" +image.esp32s3 = "xiaozhi_rtc-01_v1_0_0.bin" +ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540" +android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker" +readme.text = "https://raw.githubusercontent.com/espressif/esp-rainmaker/master/tools/launchpad/app_link_guide.md" + +[xiaozhi_esp-box-3_v1_0_0] +chipsets = ["ESP32S3"] +image.esp32s3 = "xiaozhi_esp-box-3_v1_0_0.bin" +ios_app_url = "" +android_app_url = "" +readme.text = "xiaozhi.md" + +[factory_test_fw-ESP-BOX-3] +chipsets = ["ESP32S3"] +image.esp32s3 = "factory_test_fw-ESP-BOX-3.bin" ios_app_url = "" android_app_url = "" readme.text = "" +[esp_sparkdot_factory_demo] +chipsets = ["ESP32S3"] +image.esp32s3 = "esp_sparkdot_factory_demo.bin" +ios_app_url = "" +android_app_url = "" +readme.text = "https://gitee.com/esp-friends/esp_sparkbot/raw/master/README.md" +