Skip to content

Commit

Permalink
device needs to be turned on
Browse files Browse the repository at this point in the history
  • Loading branch information
SHLcy committed Mar 29, 2024
1 parent bc4e267 commit ee7745a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/web-tool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ values={[
]}>
<TabItem value="program">

*** The device needs to be turned on. ***

To get started with your program, you will need to download the appropriate firmware, select the correct baudrate, and follow the steps to connect and write the firmware. Detailed instructions are as follows:

<img src="https://user-images.githubusercontent.com/41461127/281992629-0466abde-d449-4c47-97af-e511fa106560.png" />
Expand All @@ -55,6 +57,8 @@ To get started with your program, you will need to download the appropriate firm

<TabItem value="erase">

*** The device needs to be turned on. ***

*** Performing a device wipe will erase all content on the device and this action is irreversible. If you have performed a device wipe, please contact us for device restoration. ***

To erase your device, follow the steps below:
Expand All @@ -76,6 +80,8 @@ To erase your device, follow the steps below:
</TabItem>
<TabItem value="console">

*** The device needs to be turned on. ***

To monitor real-time logs from your device, follow the steps below:

<img src="https://user-images.githubusercontent.com/41461127/281993025-22cf2d2f-8e94-48df-a861-ed966ade27c7.png" />
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
},
items: [
{
to: "docs/installation/docker",
to: "/docs/installation/serverFile",
activeBasePath: "docs",
label: "Docs",
position: "left",
Expand Down
6 changes: 6 additions & 0 deletions i18n/zh/docusaurus-plugin-content-docs/current/web-tool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ values={[
]}>
<TabItem value="program">

*** 设备需要处于开机状态 ***

要开始刷机,您需要下载适当的固件,选择正确的波特率,并按照步骤连接和写入固件。详细的操作步骤如下:

<img src="https://user-images.githubusercontent.com/41461127/281997006-e7e25ec8-5501-41cd-81b1-8529ea73cacf.png" />
Expand Down Expand Up @@ -60,6 +62,8 @@ values={[

*** 执行设备擦除将删除设备上的所有内容,此操作不可逆。如果您执行了设备擦除,请联系我们进行设备恢复。***

*** 设备需要处于开机状态 ***

要抹除设备,请按照以下步骤操作:

<img src="https://user-images.githubusercontent.com/41461127/281997006-e7e25ec8-5501-41cd-81b1-8529ea73cacf.png" />
Expand All @@ -81,6 +85,8 @@ values={[

<TabItem value="console">

*** 设备需要处于开机状态 ***

要查看设备的实时日志,请按照以下步骤操作:

<img src="https://user-images.githubusercontent.com/41461127/281996988-d4c1fc26-fe02-4d82-bb89-0af8df732126.png" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Redirect } from "@docusaurus/router";
import useBaseUrl from "@docusaurus/useBaseUrl";

function Home() {
return <Redirect to={useBaseUrl("/docs/installation/docker")} />;
return <Redirect to={useBaseUrl("/docs/installation/serverFile")} />;
}

export default Home;

0 comments on commit ee7745a

Please sign in to comment.