mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 19:26:38 +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]
|
[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 =
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user