From 1043f5ddd7169786228706de4efba0d64ca237ad Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 8 Feb 2024 17:55:28 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 ++- platformio.ini | 2 +- user_setups/esp32/_esp32.ini | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b66efb..c4e51e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - Firmware files include the bitmapped font sizes 12, 16, 24 and 32pt - Use embedded TrueType font for other font sizes (PSram highly recommended) - Add glyphs from Cyrillic, Latin-2, Greek and Viernamese character sets to default fonts +- Add 12 new MDI icons ### Web UI - Update Web UI to petite-vue app @@ -58,7 +59,7 @@ - Add support for ESP32-S3 and ESP32-C3 devices - Deprecation of support for ESP32-S2 devices due to lack of sRAM -Updated libraries to ArduinoJson 6.21.4, ArduinoStreamUtils 1.7.3, AceButton 1.10.1, TFT_eSPI 2.5.0, LovyanGFX 1.1.8 and SimpleFTPServer 2.1.5 +Updated libraries to ArduinoJson 6.21.5, ArduinoStreamUtils 1.8.0, AceButton 1.10.1, TFT_eSPI 2.5.34, LovyanGFX 1.1.8 and SimpleFTPServer 2.1.5 ## v0.6.3 diff --git a/platformio.ini b/platformio.ini index 2edc4d34..bcffa81c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -82,7 +82,7 @@ build_flags = ; -- Shared library dependencies in all environments ; Warning : don't put comments after github links => causes infinite download loop lib_deps = - bblanchon/ArduinoJson@^6.21.4 + bblanchon/ArduinoJson@^6.21.5 ;git+https://github.com/fvanroie/ConsoleInput.git ;git+https://github.com/andrethomas/TasmotaSlave.git ;git+https://github.com/lvgl/lvgl.git diff --git a/user_setups/esp32/_esp32.ini b/user_setups/esp32/_esp32.ini index a7440eae..93c493ed 100644 --- a/user_setups/esp32/_esp32.ini +++ b/user_setups/esp32/_esp32.ini @@ -95,7 +95,7 @@ lib_deps = git+https://github.com/fvanroie/ConsoleInput.git#dev ; lorol/LittleFS_esp32@^1.0.6 ; for Arduino v1 only bxparks/AceButton@^1.10.1 ; GPIO button library - bblanchon/StreamUtils@^1.7.3 ; for EEPromStream and BufferedTelnetClient + bblanchon/StreamUtils@^1.8.0 ; for EEPromStream and BufferedTelnetClient ; knolleary/PubSubClient@^2.8.0 ; MQTT client extra_scripts = @@ -144,7 +144,6 @@ framework = arduino ;platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32.zip ;;;platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.11.01/platform-espressif32.zip platform = https://github.com/Jason2866/platform-espressif32/releases/download/2023.10.02/platform-espressif32-2023.10.02.zip - lib_ignore = ${esp32.lib_ignore} LittleFS_esp32 ; Not needed for Arduino v2