Skip to content

Commit

Permalink
Fix pio library json.
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Nov 4, 2024
1 parent 1fbaf29 commit 9781a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9781a35

Please sign in to comment.