From 77017de7d2ca7250ffa8e673a1b60dcc1d848001 Mon Sep 17 00:00:00 2001 From: renletao Date: Fri, 7 Feb 2025 18:29:08 +0800 Subject: [PATCH] Modify keyword --- library.json | 11 +++++++---- library.properties | 10 ++++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/library.json b/library.json index deda55f..c424dba 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { - "name": "Module Fan", + "name": "M5ModuleFan", "description": "M5Stack Library of Module Fan", - "keywords": "Module Fan", + "keywords": "M5GFX,M5Stack,M5ModuleFan", "authors": { "name": "M5Stack", "url": "http://www.m5stack.com" @@ -18,6 +18,9 @@ "espressif32", "native" ], - "headers": "m5_module_fan.hpp" - + "headers": "m5_module_fan.hpp", + "dependencies": { + "M5Unified": "*", + "M5GFX": "*" + } } \ No newline at end of file diff --git a/library.properties b/library.properties index dcf4cf1..a0fbae8 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,11 @@ -name=Module Fan +name=M5ModuleFan version=1.0.0 author=M5Stack maintainer=M5Stack sentence=M5Stack Library of Module Fan -paragraph=M5Stack,Module Fan, See more on http://M5Stack.com -category=Display +paragraph=M5Stack,M5ModuleFan, See more on http://M5Stack.com +category=Device Control url=https://github.com/m5stack/M5Module-Fan.git -architectures=esp32 \ No newline at end of file +architectures=esp32 +includes=m5_module_fan.hpp +depends=M5Unified,M5GFX \ No newline at end of file