Update Changelog

This commit is contained in:
fvanroie 2024-02-08 17:55:28 +01:00
parent 7d804f8eab
commit 1043f5ddd7
3 changed files with 4 additions and 4 deletions

View File

@ -20,6 +20,7 @@
- Firmware files include the bitmapped font sizes 12, 16, 24 and 32pt - Firmware files include the bitmapped font sizes 12, 16, 24 and 32pt
- Use embedded TrueType font for other font sizes (PSram highly recommended) - 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 glyphs from Cyrillic, Latin-2, Greek and Viernamese character sets to default fonts
- Add 12 new MDI icons
### Web UI ### Web UI
- Update Web UI to petite-vue app - Update Web UI to petite-vue app
@ -58,7 +59,7 @@
- Add support for ESP32-S3 and ESP32-C3 devices - Add support for ESP32-S3 and ESP32-C3 devices
- Deprecation of support for ESP32-S2 devices due to lack of sRAM - 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 ## v0.6.3

View File

@ -82,7 +82,7 @@ build_flags =
; -- Shared library dependencies in all environments ; -- Shared library dependencies in all environments
; Warning : don't put comments after github links => causes infinite download loop ; Warning : don't put comments after github links => causes infinite download loop
lib_deps = lib_deps =
bblanchon/ArduinoJson@^6.21.4 bblanchon/ArduinoJson@^6.21.5
;git+https://github.com/fvanroie/ConsoleInput.git ;git+https://github.com/fvanroie/ConsoleInput.git
;git+https://github.com/andrethomas/TasmotaSlave.git ;git+https://github.com/andrethomas/TasmotaSlave.git
;git+https://github.com/lvgl/lvgl.git ;git+https://github.com/lvgl/lvgl.git

View File

@ -95,7 +95,7 @@ lib_deps =
git+https://github.com/fvanroie/ConsoleInput.git#dev git+https://github.com/fvanroie/ConsoleInput.git#dev
; lorol/LittleFS_esp32@^1.0.6 ; for Arduino v1 only ; lorol/LittleFS_esp32@^1.0.6 ; for Arduino v1 only
bxparks/AceButton@^1.10.1 ; GPIO button library 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 ; knolleary/PubSubClient@^2.8.0 ; MQTT client
extra_scripts = 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.10.03/platform-espressif32.zip
;;;platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.11.01/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 platform = https://github.com/Jason2866/platform-espressif32/releases/download/2023.10.02/platform-espressif32-2023.10.02.zip
lib_ignore = lib_ignore =
${esp32.lib_ignore} ${esp32.lib_ignore}
LittleFS_esp32 ; Not needed for Arduino v2 LittleFS_esp32 ; Not needed for Arduino v2