From c356f3905ca1a4c0c3d2a69be48980d78c275e69 Mon Sep 17 00:00:00 2001 From: Angie Chiu Date: Thu, 23 Jun 2016 16:29:00 +0800 Subject: [PATCH] no message --- content/zh-TW/tutorial/7688_fota_tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/zh-TW/tutorial/7688_fota_tutorial.md b/content/zh-TW/tutorial/7688_fota_tutorial.md index c75f589..f47adc7 100644 --- a/content/zh-TW/tutorial/7688_fota_tutorial.md +++ b/content/zh-TW/tutorial/7688_fota_tutorial.md @@ -2,12 +2,14 @@ Firmware Over the Air (FOTA) is a wildly used function nowadays. You can push the new firmware to connected devices using the MCS FOTA function. +**This tutorial requires a LinkIt Smart 7688 DUO development board.** + In this tutorial, we will first go through the following steps: 1. how to generate the firmware file (.hex file) in the Arduino IDE 2. what you need to prepare for the 7688 DUO development board 3. how to use the MCS console to push the firmware to the devices. -**This tutorial requires a LinkIt Smart 7688 DUO development board.** + ## How to generate a .hex file in the Arduino IDE