From b4f4280f0c1a0d83b9989fe7fd1b0509be8a8820 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 24 Sep 2023 21:52:44 -0700 Subject: [PATCH] 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