Skip to content

Commit 9781a35

Browse files
committed
Fix pio library json.
1 parent 1fbaf29 commit 9781a35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
name=IoAbstraction
77
version=4.4.0
8-
maintainer=https://www.thecoderscorner.com
9-
author=davetcc
8+
maintainer=https://tcmenu.github.io/documentation/
9+
author=tcmenu
1010
category=Other
1111
url=https://github.com/TcMenu/IoAbstraction
1212
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.

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
framework = arduino
33

44
lib_deps =
5-
davetcc/TcMenuLog >= 1.0.3
6-
tcmenu/TaskManagerIO >= 1.5.0
5+
davetcc/TcMenuLog
6+
tcmenu/TaskManagerIO
77
tcmenu/SimpleCollections
88
tcmenu/LiquidCrystalIO
99
adafruit/Adafruit GFX Library@^1.11.9

0 commit comments

Comments
 (0)