From 35d9e6e9d6210a5d009d8327c80fecf2c8b8e0e2 Mon Sep 17 00:00:00 2001 From: GOB Date: Fri, 25 Oct 2024 16:13:00 +0900 Subject: [PATCH] Fixes wrong URL and path --- library.json | 6 +++--- library.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index 71b707e..dc0a8a5 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "M5Unit-ToF", - "description": "Library for M5Stack UNIT ToFR using M5UnitUnified", + "description": "Library for M5Stack UNIT TOF using M5UnitUnified", "keywords": "M5Stack", "authors": { "name": "M5Stack", @@ -8,7 +8,7 @@ }, "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" @@ -20,7 +20,7 @@ "platforms": [ "espressif32" ], - "headers": "M5_ToF4M.h, M5UnitUnifiedToF.h", + "headers": "M5UnitUnifiedTOF.h", "license": "MIT", "export": { "exclude": [ diff --git a/library.properties b/library.properties index b700cd9..56ce8fb 100644 --- a/library.properties +++ b/library.properties @@ -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