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] [tft_espi]
lib_deps = lib_deps =
;bodmer/TFT_eSPI@2.4.72 bodmer/TFT_eSPI@2.4.79
https://github.com/Bodmer/TFT_eSPI.git#master ;https://github.com/Bodmer/TFT_eSPI.git#master
[goodix] [goodix]
lib_deps = lib_deps =

View File

@ -76,7 +76,7 @@ lib_deps =
; lorol/LittleFS_esp32@^1.0.6 ; for Arduino v1 only ; lorol/LittleFS_esp32@^1.0.6 ; for Arduino v1 only
bxparks/AceButton@^1.9.2 ; GPIO button library bxparks/AceButton@^1.9.2 ; GPIO button library
bblanchon/StreamUtils@^1.6.3 ; for EEPromStream and BufferedTelnetClient 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 = extra_scripts =
pre:tools/auto_firmware_version.py pre:tools/auto_firmware_version.py

View File

@ -71,7 +71,7 @@ lib_deps =
git+https://github.com/fvanroie/ConsoleInput.git#dev git+https://github.com/fvanroie/ConsoleInput.git#dev
bxparks/AceButton@^1.9.2 ; GPIO button library bxparks/AceButton@^1.9.2 ; GPIO button library
bblanchon/StreamUtils@^1.6.3 ; for EEPromStream and BufferedTelnetClient 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 = ps_ram =
-DBOARD_HAS_PSRAM -DBOARD_HAS_PSRAM

View File

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