mirror of
https://github.com/m5stack/M5IOE1.git
synced 2026-05-20 11:49:24 -07:00
1. Revise the description file
This commit is contained in:
+6
-1
@@ -1,11 +1,16 @@
|
||||
version: "0.0.1"
|
||||
description: "M5Stack M5IOE1 Library"
|
||||
url: "https://github.com/m5stack/M5IOE1"
|
||||
repository: "https://github.com/m5stack/M5IOE1.git"
|
||||
maintainers:
|
||||
- "M5Stack"
|
||||
license: MIT
|
||||
tags:
|
||||
- "m5stack"
|
||||
- "IO-Expander"
|
||||
dependencies:
|
||||
idf:
|
||||
version: ">=4.4"
|
||||
espressif/i2c_bus:
|
||||
version: "^1.0.0"
|
||||
public: true
|
||||
version: 1.0.1
|
||||
|
||||
+3
-3
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "M5IOE1",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.1",
|
||||
"description": "Library for M5Stack M5IOE1",
|
||||
"keywords": [
|
||||
"m5stack",
|
||||
"ioe1"
|
||||
"IO-Expander"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": ""
|
||||
"url": "https://github.com/m5stack/M5IOE1.git"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name=M5IOE1
|
||||
version=0.0.1
|
||||
version=1.0.1
|
||||
author=M5Stack
|
||||
maintainer=M5Stack
|
||||
sentence=Library for M5Stack M5IOE1
|
||||
|
||||
Reference in New Issue
Block a user