You've already forked M5Module-Fan
mirror of
https://github.com/m5stack/M5Module-Fan.git
synced 2026-05-20 11:36:34 -07:00
Modify keyword
This commit is contained in:
+7
-4
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user