Skip to content

Commit 66f12c5

Browse files
author
lewisxhe
committed
Update docs & lib json
1 parent dd02e3a commit 66f12c5

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
- Added `GC9A01A` display driver , Suitable for T-Block round 240x240 screen
4343
- Added DW1000 examples <examples/Shield/DW1000_BasicSender>,<examples/Shield/DW1000Ranging_ANCHOR>,<examples/Shield/DW1000Ranging_TAG>,<examples/Shield/DW1000_BasicReceiver>,<examples/Shield/DW1000_RangingAnchor>,<examples/Shield/DW1000_RangingTag>
4444

45-
45+
## (1.12.2020)
46+
- Added UnitTest directory, Store hardware test code
4647

4748

docs/examples_cn.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
├── T_Bao2 # T_Bao 小车示例
113113
├── T_Quick # T_Quick 小车示例
114114
└── U8g2_for_TFT_eSPI # U8g2示例
115-
├── Shennong
116-
└── Unicode
117-
115+
│   ├── Shennong
116+
│   └── Unicode
117+
├── UnitTest #硬件单元测试目录
118+
│   └── ScreenRotation #屏幕选择与触摸
118119
```

docs/examples_en.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@
112112
├── T_Bao2 #Expansion trolley
113113
├── T_Quick #Expansion trolley
114114
└── U8g2_for_TFT_eSPI #U8g2 examples
115-
├── Shennong
116-
└── Unicode
115+
│   ├── Shennong
116+
│   └── Unicode
117+
├── UnitTest #Hardware test directory
118+
│   └── ScreenRotation
117119
```

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/lewisxhe"
2020
}
2121
],
22-
"version": "1.3.0",
22+
"version": "1.4.0",
2323
"frameworks": "arduino",
2424
"platforms": "esp32"
2525
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TTGO TWatch Library
2-
version=1.3.0
2+
version=1.4.0
33
author=TTGO
44
maintainer=lewis he <[email protected]>
55
sentence=Library for TTGO T-Watch development kit

0 commit comments

Comments
 (0)