Modify keyword

This commit is contained in:
renletao
2025-02-07 18:29:08 +08:00
parent a9237556e0
commit 77017de7d2
2 changed files with 13 additions and 8 deletions
+7 -4
View File
@@ -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": "*"
}
}
+6 -4
View File
@@ -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
architectures=esp32
includes=m5_module_fan.hpp
depends=M5Unified,M5GFX