fix some bug

This commit is contained in:
Gitshaoxiang
2020-05-28 17:46:48 +08:00
parent c1c3a280e7
commit 389d151266
6 changed files with 23 additions and 69 deletions
+3 -1
View File
@@ -424,4 +424,6 @@ function creat_pdf() {
$(".anchor-box").removeAttr("style");
$(".related_links").removeAttr("style");
$(".easyloader-box").removeAttr("style");
}
}
$(document).on("keypress", "form", function(event) { return event.keyCode != 13;});
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -133,7 +133,9 @@
var purchase_link = 'https://m5stack.com/collections/m5-application/products/iot-learning-kit';
anchor_search(purchase_link);
var quickstart_link = 'https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/Demo-Board_en.pdf';
anchor_search(purchase_link,quickstart_link);
scrollFunc();
</script>
@@ -176,9 +176,9 @@ ified developers
<img src="assets/img/related_documents/UIFlow_Desktop_IDE/Desktop_IDE_03.webp">
!> Using UIFlow Desktop IDE requires M5 device with UIFlow firmware and enter ** USB programming mode **.
!> Using UIFlow Desktop IDE requires M5 device with UIFlow firmware and enter **USB programming mode**.
> Click the power button on the left side of the device to restart. Quickly select Setup after entering the menu, enter the configuration page, and select ** USB mode **.
> Click the power button on the left side of the device to restart. Quickly select Setup after entering the menu, enter the configuration page, and select **USB mode**.
<img src="assets/img/related_documents/UIFlow_Desktop_IDE/Desktop_IDE_04.webp">
+7 -32
View File
@@ -1,22 +1,5 @@
# UnitV Quick Start {docsify-ignore-all}
## CONTENT
**[1. Download Firmware](#Download)**
**[2. Flash Firmware](#Flash)**
**[3. Serial Debugging Tool](#Serial-Tool)**
**[5. Edit and Run the Code](#Edit-and-Run-the-Code)**
**[5. MaixPy IDE](#MaixPy-IDE)**
**[6. V-Training](#V-Training)**
**[7. Library](#Library)**
## EasyLoader
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
@@ -28,15 +11,13 @@
>2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning.
## Download
## Firmware
> Users who use an operating system other than Windows or who need to specify a burning file can use **Kflash** for firmware burning. Click the link below to download the firmware.
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickV_Firmware_v5.1.2.kfpkg"><button type="button" class="btn btn-primary" target="view_window">click to download firmware </button></a>
## Flash
>1. Flash tool Kflash_GUI.
<div class="files_download">
@@ -68,10 +49,10 @@
### Kflash
>3.对于习惯使用命令行操作的用户来说还可以选择Kflash作为固件烧录工具.[点击此处查看详情](https://github.com/kendryte/kflash.py)
> 3. For users who are used to command line operation, [can also choose Kflash as the firmware burning tool.](https://github.com/kendryte/kflash.py)
## Serial-Tool
### Serial-Tool
>1. You will need a serial debugging tool for programming M5StickV, you can use Putty [in here](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html),for download and information.
@@ -300,13 +281,7 @@ In the library documentation, you can find more APIs to help you build a variety
<a href="https://github.com/sipeed/MaixPy/tree/master/projects/maixpy_m5stickv"><button type="button" class="btn btn-primary">Github</button></a>
<style>
.link a{
padding-left: 13%;
}
</style>
<script>
anchor_search();
scrollFunc();
</script>
@@ -1,21 +1,5 @@
# UnitV 上手指南 {docsify-ignore-all}
## 目录
**[1. 下载固件](#下载固件)**
**[2. 烧录固件](#烧录固件)**
**[3. 串口调试工具](#串口调试工具)**
**[4. 编辑与运行文件](#编辑与运行文件)**
**[5. MaixPy IDE](#MaixPy-IDE)**
**[6. V-Training](#V-Training)**
**[7. 程序库](#程序库)**
## EasyLoader
@@ -28,15 +12,13 @@
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
## 下载固件
## 固件烧录
> 需要指定烧录文件的用户可以选用**Kflash**进行固件烧录.
> 需要指定烧录文件的用户可以选用**Kflash**进行固件烧录.
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickV_Firmware_v5.1.2.kfpkg"><button type="button" class="btn btn-primary">点击下载固件文件</button></a>
## 烧录固件
>1.点击下方对应自己操作系统的 Kflash_GUI烧录工具进行下载.
<div class="files_download">
@@ -71,7 +53,7 @@
>3.对于习惯使用命令行操作的用户来说还可以选择Kflash作为固件烧录工具.[点击此处查看详情](https://github.com/kendryte/kflash.py)
## 串口调试工具
### 串口调试工具
>1.编程UnitV需要使用到串口调试工具,您可以使用Putty作为串口调试工具, [点击此处](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)访问Putty资源页面,选择对应自己操作系统Putty进行下载,并安装.
@@ -297,14 +279,7 @@ while True:
<a href="https://github.com/sipeed/MaixPy/tree/master/projects/maixpy_m5stickv"><button type="button" class="btn btn-primary">Github</button></a>
<style>
.link a{
padding-left: 13%;
}
</style>
<script>
anchor_search();
scrollFunc();
</script>