From 9781a354259e35c23749b907366e8dbecc2c30e9 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 4 Nov 2024 10:54:13 +0000 Subject: [PATCH] Fix pio library json. --- library.properties | 4 ++-- platformio.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.properties b/library.properties index 2bea8f2..072a0bc 100644 --- a/library.properties +++ b/library.properties @@ -5,8 +5,8 @@ name=IoAbstraction version=4.4.0 -maintainer=https://www.thecoderscorner.com -author=davetcc +maintainer=https://tcmenu.github.io/documentation/ +author=tcmenu category=Other url=https://github.com/TcMenu/IoAbstraction sentence=Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot & Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs. diff --git a/platformio.ini b/platformio.ini index 273d7e9..0eb4cc5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -2,8 +2,8 @@ framework = arduino lib_deps = - davetcc/TcMenuLog >= 1.0.3 - tcmenu/TaskManagerIO >= 1.5.0 + davetcc/TcMenuLog + tcmenu/TaskManagerIO tcmenu/SimpleCollections tcmenu/LiquidCrystalIO adafruit/Adafruit GFX Library@^1.11.9