Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Oct 25, 2024
2 parents b054d99 + 35d9e6e commit ab67056
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "M5Unit-ToF",
"description": "Library for M5Stack UNIT ToFR using M5UnitUnified",
"description": "Library for M5Stack UNIT TOF using M5UnitUnified",
"keywords": "M5Stack",
"authors": {
"name": "M5Stack",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-ToF.git"
"url": "https://github.com/m5stack/M5Unit-TOF.git"
},
"dependencies": {
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git"
Expand All @@ -20,7 +20,7 @@
"platforms": [
"espressif32"
],
"headers": "M5_ToF4M.h, M5UnitUnifiedToF.h",
"headers": "M5UnitUnifiedTOF.h",
"license": "MIT",
"export": {
"exclude": [
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name=M5Unit-ToF
version=0.0.1
author=M5Stack
maintainer=M5Stack
sentence=Library for M5Stack UNIT ToF using M5UnitUnified
sentence=Library for M5Stack UNIT TOF using M5UnitUnified
paragraph=See more on http://M5Stack.com
category=Device Control
url=https://github.com/m5stack/M5Unit-ToF
url=https://github.com/m5stack/M5Unit-TOF
architectures=esp32
includes=M5UnitUnifiedToF.h
includes=M5UnitUnifiedTOF.h
depends=M5UnitUnified,M5Utility,M5HAL

0 comments on commit ab67056

Please sign in to comment.