From 66f12c579f2ee166aad2557fbe07ee13975be77a Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Tue, 1 Dec 2020 09:22:24 +0800 Subject: [PATCH] Update docs & lib json --- CHANGELOG.md | 3 ++- docs/examples_cn.md | 7 ++++--- docs/examples_en.md | 6 ++++-- library.json | 2 +- library.properties | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c113d45..0eb6cd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ - Added `GC9A01A` display driver , Suitable for T-Block round 240x240 screen - Added DW1000 examples ,,,,, - +## (1.12.2020) +- Added UnitTest directory, Store hardware test code diff --git a/docs/examples_cn.md b/docs/examples_cn.md index 6d029e44..1e4dd320 100644 --- a/docs/examples_cn.md +++ b/docs/examples_cn.md @@ -112,7 +112,8 @@ ├── T_Bao2 # T_Bao 小车示例 ├── T_Quick # T_Quick 小车示例 └── U8g2_for_TFT_eSPI # U8g2示例 - ├── Shennong - └── Unicode - +│   ├── Shennong +│   └── Unicode +├── UnitTest #硬件单元测试目录 +│   └── ScreenRotation #屏幕选择与触摸 ``` \ No newline at end of file diff --git a/docs/examples_en.md b/docs/examples_en.md index 96f0b418..bca10b90 100644 --- a/docs/examples_en.md +++ b/docs/examples_en.md @@ -112,6 +112,8 @@ ├── T_Bao2 #Expansion trolley ├── T_Quick #Expansion trolley └── U8g2_for_TFT_eSPI #U8g2 examples - ├── Shennong - └── Unicode +│   ├── Shennong +│   └── Unicode +├── UnitTest #Hardware test directory +│   └── ScreenRotation ``` diff --git a/library.json b/library.json index 751c73ab..a11ce7d3 100644 --- a/library.json +++ b/library.json @@ -19,7 +19,7 @@ "url": "https://github.com/lewisxhe" } ], - "version": "1.3.0", + "version": "1.4.0", "frameworks": "arduino", "platforms": "esp32" } \ No newline at end of file diff --git a/library.properties b/library.properties index 863b4c20..189d7d88 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TTGO TWatch Library -version=1.3.0 +version=1.4.0 author=TTGO maintainer=lewis he sentence=Library for TTGO T-Watch development kit