From cd46197ee4dd2ba191d85d5e688140e40103571a Mon Sep 17 00:00:00 2001 From: GOB Date: Mon, 28 Oct 2024 17:16:32 +0900 Subject: [PATCH] Fixes a wrong name --- docs/Doxyfile | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 147c09c..46bf0ef 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = M5Unit-ToF4M +PROJECT_NAME = M5Unit-TOF # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/library.json b/library.json index dc0a8a5..c1cb46e 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "M5Unit-ToF", + "name": "M5Unit-TOF", "description": "Library for M5Stack UNIT TOF using M5UnitUnified", "keywords": "M5Stack", "authors": { diff --git a/library.properties b/library.properties index 56ce8fb..0c70777 100644 --- a/library.properties +++ b/library.properties @@ -1,4 +1,4 @@ -name=M5Unit-ToF +name=M5Unit-TOF version=0.0.1 author=M5Stack maintainer=M5Stack