From bd7be210498ed186c7089186a60d263184b1e3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dustin=20Wei=28=E9=9F=A6=E4=BC=9F=29?= Date: Wed, 2 Apr 2025 18:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8B=A5=E5=B9=B2=E5=BF=AB?= =?UTF-8?q?=E9=80=9F=E4=B8=8A=E6=89=8B=E8=B6=85=E9=93=BE=E6=8E=A5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../solutions/AIChatBot-Volcengine-webRTC/quick_start.md | 2 +- .../en/solutions/Agriculture-Control-Panel/quick_start.md | 8 ++++---- .../en/solutions/SensorHub/quick_start.md | 4 ++-- docs/Application_guide/en/solutions/Wear/quick_start.md | 6 +++--- .../en/solutions/electricity-meter/quick_start.md | 6 +++--- .../Application_guide/en/solutions/tracker/quick_start.md | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/Application_guide/en/solutions/AIChatBot-Volcengine-webRTC/quick_start.md b/docs/Application_guide/en/solutions/AIChatBot-Volcengine-webRTC/quick_start.md index 451ce84f..5923a8ed 100644 --- a/docs/Application_guide/en/solutions/AIChatBot-Volcengine-webRTC/quick_start.md +++ b/docs/Application_guide/en/solutions/AIChatBot-Volcengine-webRTC/quick_start.md @@ -56,7 +56,7 @@ Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev- -2. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html#%E6%89%A7%E8%A1%8C%E8%84%9A%E6%9C%AC%E6%96%87%E4%BB%B6) Execute the main program file `ai_main. py`. +2. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html#%E6%89%A7%E8%A1%8C%E8%84%9A%E6%9C%AC%E6%96%87%E4%BB%B6) Execute the main program file `ai_main.py`. 3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html#%E5%81%9C%E6%AD%A2%E7%A8%8B%E5%BA%8F%E8%BF%90%E8%A1%8C) Stop the program from running. ## Debugging diff --git a/docs/Application_guide/en/solutions/Agriculture-Control-Panel/quick_start.md b/docs/Application_guide/en/solutions/Agriculture-Control-Panel/quick_start.md index c56fa70b..451a14cf 100644 --- a/docs/Application_guide/en/solutions/Agriculture-Control-Panel/quick_start.md +++ b/docs/Application_guide/en/solutions/Agriculture-Control-Panel/quick_start.md @@ -48,7 +48,7 @@ After completing the hardware connection, long press the button labeled 'PWR' on ### Download firmware -Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev-tools/QPYcom/qpycom-dw.html# Download firmware), burn firmware package [EC600UEUAB_R03A01M8_SCPU_QPYBETA10107. zip](https://objects.githubusercontent.com/github-production-release-asset-2e65be/718904250/839d5c8d-81fb-49d5-982f-73c45ceb5f9b?X -Amz Algorithm=AWS4-HMAC-SHA256&X-Amz Credentia=releaseassetproduction% 2F0250220% 2Fus-est-1% 2Fs3% Faws4-request&X-Amz Date=20250220T034410Z&X-Amz Expires=300&X-Amz Signature=ba55b3e1f47a0e7b842d315dc04b1e20b975a9f6a2fe76239988fbbf24e42d5&X-Amz SignedHeaders=host&response content distribution=attachment% 3B% 20filename% 3D8915DM_cat1_open_CC600UEUAB_R00 3A01M8_SCPU_QPYBETA10107_marge_20241108-1415_20250205-1611. zip&response content type=application% 2Flocet stream) to the development board. +Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev-tools/QPYcom/qpycom-dw.html), burn firmware package EC600UEUAB_R03A01M8_SCPU_QPYBETA10107 to the development board. @@ -59,9 +59,9 @@ Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev- · -2. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html#) Execute the script file and execute the main program file `main. py`. (During normal startup, the module will automatically execute the `main.py` file) +2. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html#) Execute the script file and execute the main program file `main.py`. (During normal startup, the module will automatically execute the `main.py` file) -3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html# Stop program running), stop program running. +3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), stop program running. @@ -71,7 +71,7 @@ Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev- ### Program startup -After executing `main. py`, if the program starts successfully, it will enter the `welcomescreen` interface. After waiting for 2 seconds, it will enter the `main_screen` screen. +After executing `main.py`, if the program starts successfully, it will enter the `welcomescreen` interface. After waiting for 2 seconds, it will enter the `main_screen` screen. diff --git a/docs/Application_guide/en/solutions/SensorHub/quick_start.md b/docs/Application_guide/en/solutions/SensorHub/quick_start.md index 1dd6f427..537a9f2f 100644 --- a/docs/Application_guide/en/solutions/SensorHub/quick_start.md +++ b/docs/Application_guide/en/solutions/SensorHub/quick_start.md @@ -54,9 +54,9 @@ Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev- -2.Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html# Execute script file), execute the main program file `_main.py` +2.Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), execute the main program file `_main.py` -3.Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html# Stop program running), stop program running +3.Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), stop program running ## Debugging diff --git a/docs/Application_guide/en/solutions/Wear/quick_start.md b/docs/Application_guide/en/solutions/Wear/quick_start.md index 9ba82cee..0f14ba98 100644 --- a/docs/Application_guide/en/solutions/Wear/quick_start.md +++ b/docs/Application_guide/en/solutions/Wear/quick_start.md @@ -47,7 +47,7 @@ After completing the hardware connection work, long press the button labeled 'PW ### Download firmware -Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev-tools/QPYcom/qpycom-dw.html# Download firmware), burn firmware package [EG810MCNGAR06A01M08_VOEXT_SCPU_QPYBETA0222. zip](https://raw.githubusercontent.com/QuecPython/solution-wearable/refs/heads/master/EG810MCNGAR06A01M08_VOEXT_OCPU_QPY_BETA0222_20250317-1147_20250317-1152.zip) To the development board. +Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev-tools/QPYcom/qpycom-dw.html), burn firmware package [EG810MCNGAR06A01M08_VOEXT_SCPU_QPYBETA0222. zip](https://raw.githubusercontent.com/QuecPython/solution-wearable/refs/heads/master/EG810MCNGAR06A01M08_VOEXT_OCPU_QPY_BETA0222_20250317-1147_20250317-1152.zip) To the development board. ### Script import and execution @@ -56,9 +56,9 @@ Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev- -2. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html# Execute script file), execute the main program file ` main_t.py` +2. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), execute the main program file ` main_t.py` -3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html# Stop program running), stop program running +3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), stop program running diff --git a/docs/Application_guide/en/solutions/electricity-meter/quick_start.md b/docs/Application_guide/en/solutions/electricity-meter/quick_start.md index 3a2db79a..aca0bbce 100644 --- a/docs/Application_guide/en/solutions/electricity-meter/quick_start.md +++ b/docs/Application_guide/en/solutions/electricity-meter/quick_start.md @@ -52,7 +52,7 @@ ### Download firmware -Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev-tools/QPYcom/qpycom-dw.html# Download firmware) Burn firmware package [QPy_OCPU_SETA0002REG912U_GLAA_FW. zip](https://python.quectel.com/wp-content/uploads/2024/09/QPY_OCPU_BETA0002_EG912U_GLAA_FW.zip) To EG912U module development board. +Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev-tools/QPYcom/qpycom-dw.html) Burn firmware package [QPy_OCPU_SETA0002REG912U_GLAA_FW. zip](https://python.quectel.com/wp-content/uploads/2024/09/QPY_OCPU_BETA0002_EG912U_GLAA_FW.zip) To EG912U module development board. ​ @@ -66,9 +66,9 @@ Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev- -3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html# Execute the script file), execute the main program file ` demo.py` +3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), execute the main program file ` demo.py` -4. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html# Stop program running), stop program running +4. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), stop program running diff --git a/docs/Application_guide/en/solutions/tracker/quick_start.md b/docs/Application_guide/en/solutions/tracker/quick_start.md index 02c36138..89238c6d 100644 --- a/docs/Application_guide/en/solutions/tracker/quick_start.md +++ b/docs/Application_guide/en/solutions/tracker/quick_start.md @@ -182,7 +182,7 @@ After completing the hardware connection work, the development board will automa ### Download firmware -Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev-tools/QPYcom/qpycom-dw.html# Download firmware), burn firmware package [QPy_OCPU_SETA0001_EC200U_SUAA_FW](https://python.quectel.com/wp-content/uploads/2024/09/QPY_OCPU_BETA0001_EC200U_EUAA_FW.zip) To the development board. +Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev-tools/QPYcom/qpycom-dw.html), burn firmware package [QPy_OCPU_SETA0001_EC200U_SUAA_FW](https://python.quectel.com/wp-content/uploads/2024/09/QPY_OCPU_BETA0001_EC200U_EUAA_FW.zip) To the development board. ### Script import and execution @@ -190,8 +190,8 @@ Refer to [this chapter](https://python.quectel.com/doc/Application_guide/en/dev- ![](../../media/solutions/tracker/code.png) -2. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/zh/first_python.html#), Execute the script file and execute the main program file ` _main. py `. -3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/zh/first_python.html# Stop program running), stop program running. +2. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), Execute the script file and execute the main program file ` _main. py `. +3. Refer to [this chapter](https://python.quectel.com/doc/Getting_started/en/first_python.html), stop program running. ## Debugging -- Gitee