Set fixed version for TFT_eSPI to 2.4.32

This commit is contained in:
fvanroie 2022-02-05 03:50:21 +01:00
parent c1c3d112a4
commit 64b5b0a084
2 changed files with 3 additions and 5 deletions

View File

@ -43,7 +43,7 @@ build_flags =
-D USE_LVGL_FREETYPE_MAX_BYTES_PSRAM=65536 ; max bytes in cache when using PSRAM -D USE_LVGL_FREETYPE_MAX_BYTES_PSRAM=65536 ; max bytes in cache when using PSRAM
; -- SimpleFTpServer build options ----------------- ; -- SimpleFTpServer build options -----------------
-D HASP_USE_FTP=1 -D HASP_USE_FTP=1
;-D FTP_SERVER_DEBUG -D FTP_SERVER_DEBUG
-D FTP_SERVER_NETWORK_TYPE=4 ;// NETWORK_ESP32 -D FTP_SERVER_NETWORK_TYPE=4 ;// NETWORK_ESP32
-D STORAGE_TYPE=6 ;// STORAGE_LITTLEFS -D STORAGE_TYPE=6 ;// STORAGE_LITTLEFS
-D STORAGE_SD_FORCE_DISABLE -D STORAGE_SD_FORCE_DISABLE
@ -63,8 +63,7 @@ lib_ignore =
lib_deps = lib_deps =
;LittleFS_esp32 ; for v1 ;LittleFS_esp32 ; for v1
bodmer/TFT_eSPI@^2.4.32 bodmer/TFT_eSPI@2.4.32
;git+https://github.com/Bodmer/TFT_eSPI.git
;ESP Async WebServer ;ESP Async WebServer
extra_scripts = extra_scripts =

View File

@ -69,8 +69,7 @@ lib_ignore =
AXP192 AXP192
lib_deps = lib_deps =
bodmer/TFT_eSPI@^2.4.32 bodmer/TFT_eSPI@2.4.32
;git+https://github.com/Bodmer/TFT_eSPI.git
;ESP Async WebServer ;ESP Async WebServer
ps_ram = ps_ram =