diff --git a/README.md b/README.md index cc382d20..00dffa63 100755 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ ## 固件部分 +### EspLaunchpad在线烧入 + + + Try it with ESP Launchpad + + ### 免开发环境烧录 新手第一次操作建议先不要搭建开发环境,直接使用免开发环境烧录的固件。固件使用的是作者友情提供的测试服,目前开放免费使用,请勿用于商业用途。 diff --git a/docs/try_with_launchpad.png b/docs/try_with_launchpad.png new file mode 100644 index 00000000..3e38e83b Binary files /dev/null and b/docs/try_with_launchpad.png differ diff --git a/images/cfg.md b/images/cfg.md new file mode 100644 index 00000000..fff0bfd5 --- /dev/null +++ b/images/cfg.md @@ -0,0 +1,3 @@ +#### Build Config +- esp-idf: V5.3 +- 小智开源: [V0.9.7](https://github.com/78/xiaozhi-esp32/tree/v0.9.7) diff --git a/images/config.toml b/images/config.toml new file mode 100644 index 00000000..1aa1b829 --- /dev/null +++ b/images/config.toml @@ -0,0 +1,13 @@ +esp_toml_version = 1.0 +firmware_images_url = "https://github.com/whble/xiaozhi-esp32/blob/main/images/" +config_readme_url = "https://github.com/whble/xiaozhi-esp32/blob/main/images/cfg.md" + +supported_apps = ["xiaozhi_esp-box-3_v0.9.8"] + +[xiaozhi_esp-box-3_v0.9.8] +chipsets = ["ESP32S3"] +image.esp32s3 = "xiaozhi_esp-box-3_v0.9.8.bin" +ios_app_url = "" +android_app_url = "" +readme.text = "https://github.com/78/xiaozhi-esp32/blob/main/README.md" + diff --git a/images/xiaozhi_esp-box-3_v0.9.8.bin b/images/xiaozhi_esp-box-3_v0.9.8.bin new file mode 100644 index 00000000..330d2954 Binary files /dev/null and b/images/xiaozhi_esp-box-3_v0.9.8.bin differ