Update TFT_eSPI to 2.4.79 and exclude PubSubClient

This commit is contained in:
fvanroie 2022-12-02 01:27:39 +01:00
parent 93bc59882c
commit 2870c09207
4 changed files with 7 additions and 6 deletions

View File

@ -111,8 +111,8 @@ lib_deps =
[tft_espi]
lib_deps =
;bodmer/TFT_eSPI@2.4.72
https://github.com/Bodmer/TFT_eSPI.git#master
bodmer/TFT_eSPI@2.4.79
;https://github.com/Bodmer/TFT_eSPI.git#master
[goodix]
lib_deps =

View File

@ -76,7 +76,7 @@ lib_deps =
; lorol/LittleFS_esp32@^1.0.6 ; for Arduino v1 only
bxparks/AceButton@^1.9.2 ; GPIO button library
bblanchon/StreamUtils@^1.6.3 ; for EEPromStream and BufferedTelnetClient
knolleary/PubSubClient@^2.8.0 ; MQTT client
; knolleary/PubSubClient@^2.8.0 ; MQTT client
extra_scripts =
pre:tools/auto_firmware_version.py

View File

@ -71,7 +71,7 @@ lib_deps =
git+https://github.com/fvanroie/ConsoleInput.git#dev
bxparks/AceButton@^1.9.2 ; GPIO button library
bblanchon/StreamUtils@^1.6.3 ; for EEPromStream and BufferedTelnetClient
knolleary/PubSubClient@^2.8.0 ; MQTT client
; knolleary/PubSubClient@^2.8.0 ; MQTT client
ps_ram =
-DBOARD_HAS_PSRAM

View File

@ -33,6 +33,7 @@ build_flags =
;-D USE_DMA_TO_TFT
; -- openHASP build options ------------------------
-D HASP_ATTRIBUTE_FAST_MEM=IRAM_ATTR
-D HASP_USE_LVGL_TASK=0
-D HASP_USE_TELNET=1
;-D HASP_USE_SPIFFS=1
-D HASP_USE_LITTLEFS=1
@ -73,8 +74,8 @@ lib_ignore =
lib_deps =
git+https://github.com/fvanroie/ConsoleInput.git#dev
bxparks/AceButton@^1.9.2 ; GPIO button library
bblanchon/StreamUtils@^1.6.3 ; for EEPromStream and BufferedTelnetClient
knolleary/PubSubClient@^2.8.0 ; MQTT client
bblanchon/StreamUtils@^1.7.0 ; for EEPromStream and BufferedTelnetClient
; knolleary/PubSubClient@^2.8.0 ; MQTT client
extra_scripts =
pre:tools/auto_firmware_version.py