From b4f4280f0c1a0d83b9989fe7fd1b0509be8a8820 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 24 Sep 2023 21:52:44 -0700 Subject: [PATCH 1/3] Correct library name in `sentence` field of metadata An apparent copy/paste error resulted in the library being referred to as "ESP32_Display_Panel" instead of the correct "ESP32_IO_Expander" in the `sentence` field of the library.properties metadata file. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index a0eed8f..7517d7b 100644 --- a/library.properties +++ b/library.properties @@ -2,7 +2,7 @@ name=ESP32_IO_Expander version=0.0.1 author=Lzw655 maintainer=lzw655 -sentence=ESP32_Display_Panel is a library designed for driving IO expander chips using ESP32 SoCs +sentence=ESP32_IO_Expander is a library designed for driving IO expander chips using ESP32 SoCs paragraph=Currently support TCA95xx(8bit), TCA95xx(16bit), HT8574 category=Other architectures=esp32 From 56f0a0711d05265d8e1ab0eac4f62d250859f54a Mon Sep 17 00:00:00 2001 From: Zhongwei Liu <109257001+Lzw655@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:36:19 +0800 Subject: [PATCH 2/3] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 7517d7b..939c141 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32_IO_Expander -version=0.0.1 +version=0.0.2 author=Lzw655 maintainer=lzw655 sentence=ESP32_IO_Expander is a library designed for driving IO expander chips using ESP32 SoCs From 9f876fa39006db43520a56243d9fa6c2c19134e5 Mon Sep 17 00:00:00 2001 From: Zhongwei Liu <109257001+Lzw655@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:36:24 +0800 Subject: [PATCH 3/3] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 939c141..e7ce31a 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=ESP32_IO_Expander version=0.0.2 -author=Lzw655 -maintainer=lzw655 +author=lzw655 +maintainer=espressif sentence=ESP32_IO_Expander is a library designed for driving IO expander chips using ESP32 SoCs paragraph=Currently support TCA95xx(8bit), TCA95xx(16bit), HT8574 category=Other