From 5cfc34b70a84441ffe7adee7f7a01ec3f02860d7 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sun, 24 Apr 2022 20:16:30 +0200 Subject: [PATCH] Update changelog and TFT_eSPI version --- CHANGLELOG.md | 10 ++++------ platformio.ini | 2 +- user_setups/esp32/yeacreate-nscreen32.ini | 13 ++++++------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index 5b9c54dd..b4ed7611 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -15,11 +15,6 @@ ### Devices - Add support for Wireless-Tag WT-86-32-3ZW1 -### Architecture -- Moved to Tasmota Arduino 2.0.3rc1 with native LittleFS library (thanks @Jason2866) -- Moved to ESP-IDF 4.4 with fixes for FragAttacks CVEs (thanks @nagyrobi) -- Add support for ESP32-S2 devices - --> ## v0.6.3-dev @@ -74,9 +69,12 @@ - Expose the device URL in discovery message and CC ### Architecture +- Moved to Tasmota Arduino 2.0.3rc1 with native LittleFS library (thanks @Jason2866) +- Moved to ESP-IDF 4.4.0 with fixes for FragAttacks CVEs (thanks @nagyrobi) +- Add support for ESP32-S2 devices - ⚠️ **Breaking:** Removed support for ESP8266! -Updated libraries to ArduinoJson 6.19.4, ArduinoStreamUtils 1.6.2, AceButton 1.9.2, TFT_eSPI 2.4.50, LovyanGFX 0.4.16 and Adafruit STMPE610 1.1.4 +Updated libraries to ArduinoJson 6.19.4, ArduinoStreamUtils 1.6.2, AceButton 1.9.2, TFT_eSPI 2.4.51, LovyanGFX 0.4.16 and Adafruit STMPE610 1.1.4 ## v0.6.2 diff --git a/platformio.ini b/platformio.ini index c39ea6bc..a1f57cf0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -104,7 +104,7 @@ lib_deps = [tft_espi] lib_deps = - bodmer/TFT_eSPI@2.4.50 + bodmer/TFT_eSPI@2.4.51 [goodix] lib_deps = diff --git a/user_setups/esp32/yeacreate-nscreen32.ini b/user_setups/esp32/yeacreate-nscreen32.ini index bbcbd3dc..0def818c 100644 --- a/user_setups/esp32/yeacreate-nscreen32.ini +++ b/user_setups/esp32/yeacreate-nscreen32.ini @@ -6,7 +6,7 @@ ; untested config [env:yeacreate-nscreen32] -extends = esp32_16mb +extends = esp32_16mb_v2 board = esp32dev build_flags = @@ -57,14 +57,13 @@ build_flags = lib_deps = ${env.lib_deps} ${esp32.lib_deps} - bodmer/TFT_eSPI @ 2.4.32 - ; ${tft_espi.lib_deps} + ${arduino_esp32_v2.lib_deps} + ${tft_espi.lib_deps} + ; ${lovyangfx.lib_deps} ${goodix.lib_deps} - ; https://github.com/lovyan03/LovyanGFX.git#1be6600 - lorol/LittleFS_esp32@^1.0.6 ; for v1 lib_ignore = ${env.lib_ignore} - ;${esp32.lib_ignore} - ; TFT_eSPI + ${esp32.lib_ignore} + ${arduino_esp32_v2.lib_ignore} ;endregion \ No newline at end of file