Update TFT_eSPI to 2.4.25

This commit is contained in:
fvanroie 2022-01-14 20:08:52 +01:00
parent c3ed81a4cf
commit 79deddf273
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
- Prepare support for ESP32-S2 - Prepare support for ESP32-S2
- Breaking: Removed support for ESP8266 - Breaking: Removed support for ESP8266
Updated ArduinoJson to 6.19.1 Updated ArduinoJson to 6.19.1 and TFT_eSPI to 2.4.25
## v0.6.2 ## v0.6.2

View File

@ -58,7 +58,7 @@ lib_ignore =
lib_deps = lib_deps =
;LittleFS_esp32 ; for v1 ;LittleFS_esp32 ; for v1
bodmer/TFT_eSPI@^2.3.81 bodmer/TFT_eSPI@^2.4.25
;git+https://github.com/Bodmer/TFT_eSPI.git ;git+https://github.com/Bodmer/TFT_eSPI.git
;ESP Async WebServer ;ESP Async WebServer

View File

@ -77,7 +77,7 @@ lib_ignore =
bodmer/TFT_eSPI bodmer/TFT_eSPI
lib_deps = lib_deps =
bodmer/TFT_eSPI@^2.3.81 bodmer/TFT_eSPI@^2.4.25
;git+https://github.com/Bodmer/TFT_eSPI.git ;git+https://github.com/Bodmer/TFT_eSPI.git
;ESP Async WebServer ;ESP Async WebServer