mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Update Changelog
This commit is contained in:
parent
7d804f8eab
commit
1043f5ddd7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user