forked from xiaozhi/xiaozhi-esp32
add Esp Launchpad in readme
This commit is contained in:
@@ -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">
|
<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">
|
<img alt="Try it with ESP Launchpad" src="docs/try_with_launchpad.png" width="250" height="70">
|
||||||
|
|||||||
@@ -72,6 +72,11 @@ Breadboard setup shown below:
|
|||||||
|
|
||||||
## Firmware Section
|
## 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
|
### 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).
|
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).
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ esp_toml_version = 1.0
|
|||||||
firmware_images_url = "https://raw.githubusercontent.com/whble/xiaozhi-esp32/refs/heads/main/images"
|
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"
|
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"]
|
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 = ""
|
ios_app_url = ""
|
||||||
android_app_url = ""
|
android_app_url = ""
|
||||||
readme.text = "https://raw.githubusercontent.com/78/xiaozhi-esp32/refs/heads/main/README.md"
|
readme.text = "https://raw.githubusercontent.com/78/xiaozhi-esp32/refs/heads/main/README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user