mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 03:06:42 +00:00
Update TFT_eSPI to 2.4.79 and exclude PubSubClient
This commit is contained in:
parent
93bc59882c
commit
2870c09207
@ -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 =
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user