From 68db3035d7770ee0b1704cdb611a021a44c19bd8 Mon Sep 17 00:00:00 2001 From: onexs-xsi <850559025@qq.com> Date: Tue, 13 Jan 2026 14:46:59 +0800 Subject: [PATCH] 1. Revise the description file --- idf_component.yml | 7 ++++++- library.json | 6 +++--- library.properties | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/idf_component.yml b/idf_component.yml index 46cc407..14f4477 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -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 diff --git a/library.json b/library.json index dc0b409..30027db 100644 --- a/library.json +++ b/library.json @@ -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": [ { diff --git a/library.properties b/library.properties index 8aae36e..acbd395 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5IOE1 -version=0.0.1 +version=1.0.1 author=M5Stack maintainer=M5Stack sentence=Library for M5Stack M5IOE1