add Esp Launchpad in readme

This commit is contained in:
zengyun
2025-01-07 17:09:35 +08:00
parent f796b90d16
commit 5a6e626811
3 changed files with 9 additions and 4 deletions

View File

@@ -72,7 +72,7 @@
## 固件部分
### EspLaunchpad在线烧入
### Esp Launchpad在线烧入
<a href="https://iot.diybyte.com:52088/esp_launchpad/?flashConfigURL=https://raw.githubusercontent.com/whble/xiaozhi-esp32/refs/heads/main/images/config.toml" target="_blank">
<img alt="Try it with ESP Launchpad" src="docs/try_with_launchpad.png" width="250" height="70">

View File

@@ -72,6 +72,11 @@ Breadboard setup shown below:
## Firmware Section
### Esp Launchpad在线烧入
<a href="https://iot.diybyte.com:52088/esp_launchpad/?flashConfigURL=https://raw.githubusercontent.com/whble/xiaozhi-esp32/refs/heads/main/images/config.toml" target="_blank">
<img alt="Try it with ESP Launchpad" src="docs/try_with_launchpad.png" width="250" height="70">
</a>
### 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).

View File

@@ -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"