mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Downgrade TFT_eSPI to 2.4.42
This commit is contained in:
parent
10ec121143
commit
a0efbabb3c
@ -63,7 +63,7 @@
|
||||
- Prepare support for ESP32-S2
|
||||
- **Breaking:** Removed support for ESP8266!
|
||||
|
||||
Updated libraries to ArduinoJson 6.19.3, ArduinoStreamUtils 1.6.2, TFT_eSPI 2.4.43, LovyanGFX 0.4.15 and Adafruit STMPE610 1.1.4
|
||||
Updated libraries to ArduinoJson 6.19.3, ArduinoStreamUtils 1.6.2, TFT_eSPI 2.4.42, LovyanGFX 0.4.15 and Adafruit STMPE610 1.1.4
|
||||
|
||||
|
||||
## v0.6.2
|
||||
|
@ -68,6 +68,7 @@ build_flags =
|
||||
-D HASP_VER_MIN=6
|
||||
;-D HASP_VER_REV=3
|
||||
-D HASP_VER_REV=3-dev
|
||||
-D HASP_LOG_LEVEL=7
|
||||
${override.build_flags}
|
||||
|
||||
; -- Shared library dependencies in all environments
|
||||
@ -102,7 +103,7 @@ lib_deps =
|
||||
|
||||
[tft_espi]
|
||||
lib_deps =
|
||||
bodmer/TFT_eSPI @ 2.4.43
|
||||
bodmer/TFT_eSPI @ 2.4.42
|
||||
|
||||
[goodix]
|
||||
lib_deps =
|
||||
|
Loading…
x
Reference in New Issue
Block a user