diff --git a/README.md b/README.md index a790b5e7..9268a29a 100755 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ ## 固件部分 -### EspLaunchpad在线烧入 +### Esp Launchpad在线烧入 Try it with ESP Launchpad diff --git a/README_en.md b/README_en.md index 22c987bc..be5e13ef 100644 --- a/README_en.md +++ b/README_en.md @@ -72,6 +72,11 @@ Breadboard setup shown below: ## Firmware Section +### Esp Launchpad在线烧入 + + Try it with ESP Launchpad + + ### Flashing Without Development Environment For beginners, it's recommended to first try flashing the firmware without setting up a development environment. The firmware uses a test server provided by the author, currently available for free use (not for commercial purposes). diff --git a/images/config.toml b/images/config.toml index f29180b0..ed6545a7 100644 --- a/images/config.toml +++ b/images/config.toml @@ -2,11 +2,11 @@ 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_v1_0_0"] +supported_apps = ["xiaozhi_esp-box-3_v0_9_8"] -[xiaozhi_esp-box-3_v1_0_0] +[xiaozhi_esp-box-3_v0_9_8] chipsets = ["ESP32S3"] -image.esp32s3 = "xiaozhi_esp-box-3_v1_0_0.bin" +image.esp32s3 = "xiaozhi_esp-box-3_v0_9_8.bin" ios_app_url = "" android_app_url = "" readme.text = "https://raw.githubusercontent.com/78/xiaozhi-esp32/refs/heads/main/README.md"