support esp launchpad online download

This commit is contained in:
zengyun
2025-01-07 16:28:05 +08:00
parent f855a17b23
commit 17da74cf15
5 changed files with 22 additions and 0 deletions

View File

@@ -72,6 +72,12 @@
## 固件部分
### EspLaunchpad在线烧入
<a href="https://iot.diybyte.com:52088/esp_launchpad/?flashConfigURL=https://github.com/whble/xiaozhi-esp32/blob/main/images/config.toml">
<img alt="Try it with ESP Launchpad" src="https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png" width="250" height="70">
</a>
### 免开发环境烧录
新手第一次操作建议先不要搭建开发环境,直接使用免开发环境烧录的固件。固件使用的是作者友情提供的测试服,目前开放免费使用,请勿用于商业用途。

BIN
docs/try_with_launchpad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

3
images/cfg.md Normal file
View File

@@ -0,0 +1,3 @@
#### Build Config
- esp-idf: V5.3
- 小智开源: [V0.9.7](https://github.com/78/xiaozhi-esp32/tree/v0.9.7)

13
images/config.toml Normal file
View File

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

Binary file not shown.