diff --git a/platformio.ini b/platformio.ini index beb4457b..19a37394 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 = diff --git a/user_setups/esp32/_esp32.ini b/user_setups/esp32/_esp32.ini index 2be7f6c6..88f8e1a4 100644 --- a/user_setups/esp32/_esp32.ini +++ b/user_setups/esp32/_esp32.ini @@ -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 diff --git a/user_setups/esp32s2/_esp32s2.ini b/user_setups/esp32s2/_esp32s2.ini index e5f8afc1..69efaf3a 100644 --- a/user_setups/esp32s2/_esp32s2.ini +++ b/user_setups/esp32s2/_esp32s2.ini @@ -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 diff --git a/user_setups/esp32s3/_esp32s3.ini b/user_setups/esp32s3/_esp32s3.ini index 4aa9d5b3..5d3751b1 100644 --- a/user_setups/esp32s3/_esp32s3.ini +++ b/user_setups/esp32s3/_esp32s3.ini @@ -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