Skip to content

Commit 501e6b2

Browse files
committed
Merge commit 'b1897f0e3d02210a294e286f1234ee7d5aab0918'
2 parents 4fb93b6 + b1897f0 commit 501e6b2

File tree

3 files changed

+11
-22
lines changed

3 files changed

+11
-22
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `K0` button is the main action button for the application. On the EchoKit de
2121
2222
## Quick start
2323

24-
Flash the `echokit.bin` device image using the web-based [ESP Launchpad](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://echokit.dev/firmware/echokit.toml) tool.
24+
Flash the device image using the web-based [ESP Launchpad](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://echokit.dev/firmware/echokit.toml) tool.
2525

2626
## Install espflash
2727

@@ -36,7 +36,7 @@ cargo install cargo-espflash espflash ldproxy
3636
Get a pre-compiled binary version of the firmware. The firmware binary file is `echokit`.
3737

3838
```
39-
curl -L -o echokit https://echokit.dev/firmware/echokit-boards
39+
curl -L -o echokit https://echokit.dev/firmware/echokit_boards
4040
```
4141

4242
To build the `echokit` firmware file from source, you need to make sure that you install the [OS-specific dependencies](https://docs.espressif.com/projects/rust/book/installation/std-requirements.html) and then [ESP toolchain for Rust](https://docs.espressif.com/projects/rust/book/installation/riscv-and-xtensa.html). You can then build from the source and find the binary firmware in `target/xtensa-esp32s3-espidf/release/`.
@@ -57,7 +57,7 @@ espflash save-image --chip esp32s3 --merge --flash-size 16mb target/xtensa-esp32
5757
If you have the fully integrared box device, you can use the following command to download a pre-built binary.
5858

5959
```
60-
curl -L -o echokit https://echokit.dev/firmware/echokit-box
60+
curl -L -o echokit https://echokit.dev/firmware/echokit_box
6161
```
6262

6363
To build it from the Rust source code.
@@ -70,7 +70,7 @@ cargo build --no-default-features --features box
7070

7171
## Flash the firmware
7272

73-
Connect to your computer to the EchoKit device USB port labeled `TTL`. Allow the computer to accept connection from the device when prompted.
73+
Connect to your computer to the EchoKit device USB port labeled `OTG`. Allow the computer to accept connection from the device when prompted.
7474

7575
> On many devices, there are two USB ports, but only the `SLAVE` port can take commands from another computer. You must connect to that `SLAVE` USB port. The detected USB serial port should be `JTAG`. IT CANNOT be `USB Single`.
7676

setup/index.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,14 @@ <h2 class="card-title text-2xl">Setup EchoKit via Bluetooth</h2>
3737

3838
<div class="card bg-base-100 border border-base-300">
3939
<div class="card-body">
40-
<h3 class="card-title text-lg" id="ssidTitle">WiFi Network (MUST be 2.4GHz)</h3>
40+
<h3 class="card-title text-lg" id="ssidTitle">WiFi (MUST be 2.4GHz)</h3>
4141
<label class="form-control">
4242
<div class="label">
4343
<span class="label-text">Network Name</span>
4444
</div>
4545
<input type="text" id="ssidInput" placeholder="WiFi network name SSID"
4646
class="input input-bordered w-full">
4747
</label>
48-
</div>
49-
</div>
50-
51-
<div class="card bg-base-100 border border-base-300">
52-
<div class="card-body">
53-
<h3 class="card-title text-lg" id="passTitle">WiFi Password</h3>
5448
<label class="form-control">
5549
<div class="label">
5650
<span class="label-text">Password</span>
@@ -114,7 +108,7 @@ <h3 class="card-title text-lg">Background Image</h3>
114108
<dialog id="resetNotSupportedModal" class="modal">
115109
<div class="modal-box">
116110
<h3 class="font-bold text-lg">⚠️ Device Reset Required</h3>
117-
<p class="py-4">Device does not support this operation, please reset by pressing k0 on the device</p>
111+
<p class="py-4">Please press the k0 key on the device to restart it.</p>
118112
<div class="modal-action">
119113
<form method="dialog">
120114
<button class="btn btn-primary">OK</button>
@@ -630,4 +624,4 @@ <h3 class="font-bold text-lg">⚠️ Device Reset Required</h3>
630624
</script>
631625
</body>
632626

633-
</html>
627+
</html>

setup/index_zh.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,21 @@ <h2 class="card-title text-2xl">蓝牙控制面板</h2>
3737

3838
<div class="card bg-base-100 border border-base-300">
3939
<div class="card-body">
40-
<h3 class="card-title text-lg" id="ssidTitle">Wi-Fi 网络(必须是2.4GHz)</h3>
40+
<h3 class="card-title text-lg" id="ssidTitle">Wi-Fi(必须是2.4GHz)</h3>
4141
<label class="form-control">
4242
<div class="label">
43-
<span class="label-text">网络名字</span>
43+
<span class="label-text">网络名 (SSID)</span>
4444
</div>
4545
<input type="text" id="ssidInput" placeholder="输入SSID" class="input input-bordered w-full">
4646
</label>
47-
</div>
48-
</div>
49-
50-
<div class="card bg-base-100 border border-base-300">
51-
<div class="card-body">
52-
<h3 class="card-title text-lg" id="passTitle">密码设置</h3>
5347
<label class="form-control">
5448
<div class="label">
5549
<span class="label-text">密码</span>
5650
</div>
5751
<input type="password" id="passInput" placeholder="输入密码" class="input input-bordered w-full">
5852
</label>
5953
</div>
54+
</div>
6055
</div>
6156

6257
<div class="card bg-base-100 border border-base-300">
@@ -110,7 +105,7 @@ <h3 class="card-title text-lg">背景图片设置</h3>
110105
<dialog id="resetNotSupportedModal" class="modal">
111106
<div class="modal-box">
112107
<h3 class="font-bold text-lg">⚠️ 需要重启设备</h3>
113-
<p class="py-4">设备不支持此操作,请通过按设备上的 k0 来重启</p>
108+
<p class="py-4">请按设备上的 k0 键重启</p>
114109
<div class="modal-action">
115110
<form method="dialog">
116111
<button class="btn btn-primary">确定</button>

0 commit comments

Comments
 (0)