From dbe3d7e5fb10bba05a8fa33170f2152ccb3bc844 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 18 Jul 2023 16:14:48 +0200 Subject: [PATCH] Revent Adafruit STMPE610 to v1.1.4 --- CHANGELOG.md | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654822afa..62f496a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,7 @@ - Add support for ESP32-S3 and ESP32-C3 devices - Deprecation of support for ESP32-S2 devices due to lack of sRAM -Updated libraries to ArduinoJson 6.21.2, ArduinoStreamUtils 1.7.3, AceButton 1.10.1, TFT_eSPI 2.5.0, LovyanGFX 1.1.7 and Adafruit STMPE610 1.1.5 and SimpleFTPServer 2.1.5 +Updated libraries to ArduinoJson 6.21.2, ArduinoStreamUtils 1.7.3, AceButton 1.10.1, TFT_eSPI 2.5.0, LovyanGFX 1.1.7 and SimpleFTPServer 2.1.5 ## v0.6.3 diff --git a/platformio.ini b/platformio.ini index 34ad26927..398280dfe 100644 --- a/platformio.ini +++ b/platformio.ini @@ -130,4 +130,4 @@ lib_deps = [stmpe610] lib_deps = - adafruit/Adafruit STMPE610@^1.1.5 \ No newline at end of file + adafruit/Adafruit STMPE610@^1.1.4 \ No newline at end of file