Update changelog and TFT_eSPI version

This commit is contained in:
fvanroie 2022-04-24 20:16:30 +02:00
parent a7af566f89
commit 5cfc34b70a
3 changed files with 11 additions and 14 deletions

View File

@ -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

View File

@ -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 =

View File

@ -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