Skip to content

Commit ab67056

Browse files
committed
Merge branch 'develop'
2 parents b054d99 + 35d9e6e commit ab67056

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "M5Unit-ToF",
3-
"description": "Library for M5Stack UNIT ToFR using M5UnitUnified",
3+
"description": "Library for M5Stack UNIT TOF using M5UnitUnified",
44
"keywords": "M5Stack",
55
"authors": {
66
"name": "M5Stack",
77
"url": "http://www.m5stack.com"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/m5stack/M5Unit-ToF.git"
11+
"url": "https://github.com/m5stack/M5Unit-TOF.git"
1212
},
1313
"dependencies": {
1414
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git"
@@ -20,7 +20,7 @@
2020
"platforms": [
2121
"espressif32"
2222
],
23-
"headers": "M5_ToF4M.h, M5UnitUnifiedToF.h",
23+
"headers": "M5UnitUnifiedTOF.h",
2424
"license": "MIT",
2525
"export": {
2626
"exclude": [

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name=M5Unit-ToF
22
version=0.0.1
33
author=M5Stack
44
maintainer=M5Stack
5-
sentence=Library for M5Stack UNIT ToF using M5UnitUnified
5+
sentence=Library for M5Stack UNIT TOF using M5UnitUnified
66
paragraph=See more on http://M5Stack.com
77
category=Device Control
8-
url=https://github.com/m5stack/M5Unit-ToF
8+
url=https://github.com/m5stack/M5Unit-TOF
99
architectures=esp32
10-
includes=M5UnitUnifiedToF.h
10+
includes=M5UnitUnifiedTOF.h
1111
depends=M5UnitUnified,M5Utility,M5HAL

0 commit comments

Comments
 (0)