From efca8a18d85eced746f7f280e5ea7a59d8eabbfd Mon Sep 17 00:00:00 2001 From: lewishe Date: Tue, 17 Oct 2023 10:56:14 +0800 Subject: [PATCH] Udpate README --- README.MD | 2 +- README_CN.MD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 64fd72a..33db55b 100644 --- a/README.MD +++ b/README.MD @@ -25,7 +25,7 @@ ## 2️⃣ Arduino IDE Quick Start 1. Install [Arduino IDE](https://www.arduino.cc/en/software) -2. Install [Arduino ESP32 latest](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#windows-manual-installation) ,**Please check the manual installation method. Please do not install from the board installation manager, some files will be missing.** +2. Install [Arduino ESP32 2.0.5 or above , below 3.0](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#windows-manual-installation) ,**Please check the manual installation method. Please do not install from the board installation manager, some files will be missing.** 3. Install [TTGO_TWatch_Library](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library) 1. Download a zipfile from github using the "Download ZIP" button and install it using the IDE ("Sketch" -> "Include Library" -> "Add .ZIP Library...") 2. Clone this git repository into your sketchbook/libraries folder. For more info, see https://www.arduino.cc/en/Guide/Libraries diff --git a/README_CN.MD b/README_CN.MD index 865fa66..9475db6 100644 --- a/README_CN.MD +++ b/README_CN.MD @@ -26,7 +26,7 @@ ## 2️⃣ Arduino IDE Quick Start 1. 安装 [ArduinoIDE](https://www.arduino.cc/en/software) -2. 安装 [Arduino ESP32 latest](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#windows-manual-installation) ,**请查看手动安装方法, 请不要从板安装管理器安装,会缺失部分文件** +2. 安装 [Arduino ESP32 大于 V2.0.5 ,小于 3.0](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#windows-manual-installation) ,**请查看手动安装方法, 请不要从板安装管理器安装,会缺失部分文件** 3. 安装 [TTGO_TWatch_Library](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library) 4. 安装 [T-Watch-Deps](https://github.com/Xinyuan-LilyGO/T-Watch-Deps) - 将[T-Watch-Deps](https://github.com/Xinyuan-LilyGO/T-Watch-Deps)里的所有目录拷贝到 ``,如果没有`libraries`目录,请新建.