docs: add web control tips
This commit is contained in:
@@ -87,8 +87,8 @@ We recommend using `Windows 10` and above system. Under `Windows 10` system, the
|
||||
python -m esptool --chip esp32s3 write_flash 0x0 download_path/test_bin.bin
|
||||
```
|
||||
|
||||
1. `0x0` is the flash address
|
||||
2. `download_path/test_bin.bin` is the name and path the downloaded firmware.
|
||||
1. `0x0` is the fixed flash address
|
||||
2. `download_path/test_bin.bin` need be replaced with your firmware path and name.
|
||||
|
||||
5. After updating, the download tool will prompt `Hash of data verified`. Next, **please reboot to run the new firmware!**
|
||||
|
||||
@@ -118,8 +118,8 @@ We recommend using `Windows 10` and above system. Under `Windows 10` system, the
|
||||
python3 -m esptool --chip esp32s3 write_flash 0x0 download_path/test_bin.bin
|
||||
```
|
||||
|
||||
1. `0x0` is the flash address
|
||||
2. `download_path/test_bin.bin` is the name and path for the downloaded firmware.
|
||||
1. `0x0` is the fixed flash address.
|
||||
2. `download_path/test_bin.bin` need be replaced with your firmware path and name.
|
||||
|
||||
5. After updating, the download tool will prompt `Hash of data verified`. Next, **please reboot to run the new firmware!**
|
||||
|
||||
|
||||
@@ -92,8 +92,8 @@ ESP32-S3-BOX 支持使用 USB 接口更新固件,你仅需要准备:
|
||||
python -m esptool --chip esp32s3 write_flash 0x0 download_path/test_bin.bin
|
||||
```
|
||||
|
||||
1. `0x0` 是即将写入的 flash 地址
|
||||
2. `download_path/test_bin.bin` 为固件下载的路径和名称
|
||||
1. `0x0` 是一个固定值,表示即将写入的 flash 地址
|
||||
2. `download_path/test_bin.bin` 是一个变量,请替换为您的固件下载路径和名称
|
||||
|
||||
5. 下载完成后,工具将提示 `Hash of data verified`,之后**重新上电,即可进入新程序!**
|
||||
|
||||
@@ -126,8 +126,8 @@ ESP32-S3-BOX 支持使用 USB 接口更新固件,你仅需要准备:
|
||||
python3 -m esptool --chip esp32s3 write_flash 0x0 download_path/test_bin.bin
|
||||
```
|
||||
|
||||
1. `0x0` 是即将写入的 flash 地址
|
||||
2. `download_path/test_bin.bin` 为固件下载的路径和名称
|
||||
1. `0x0` 是一个固定值,表示即将写入的 flash 地址
|
||||
2. `download_path/test_bin.bin` 是一个变量,请替换为您的固件下载路径和名称
|
||||
|
||||
5. 下载完成后,工具将提示 `Hash of data verified`,之后**重新上电,即可进入新程序!**
|
||||
|
||||
|
||||
@@ -133,6 +133,8 @@ Scan another QR code again, and it will redirect you to the web control interfac
|
||||
<img src="_static/phone_scan_qrcode2.png">
|
||||
</div>
|
||||
|
||||
> Tips For Android phones: We recommend you to turn off the mobile network and use the IP address via Chrome, Safari, or Firefox browsers to visit the webpage if scanning the QR code fails to load the webpage
|
||||
|
||||
**3. Voice Command Customization**
|
||||
|
||||
1. You can simply turn on & turn off the light from this user interface;
|
||||
|
||||
@@ -128,6 +128,8 @@ ESP32-S3-BOX 最令人印象深刻的功能是乐鑫专有的 AI 语音识别系
|
||||
<img src="_static/phone_scan_qrcode2.png">
|
||||
</div>
|
||||
|
||||
> 小提示:对于部分安卓手机,如果网页加载失败,建议您关闭手机的移动网络。建议您使用 Chrome, Safari, Firefox 浏览器访问网页。
|
||||
|
||||
**3. 自定义语音命令词**
|
||||
|
||||
1. 您可以简单地在这个用户界面进行开灯或者关灯;
|
||||
|
||||
Reference in New Issue
Block a user