mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 19:26:38 +00:00
Update to ArduinoJson 6.19.1
This commit is contained in:
parent
968a04c2e1
commit
c3ed81a4cf
@ -6,6 +6,7 @@
|
|||||||
- Use FreeType fonts from flash
|
- Use FreeType fonts from flash
|
||||||
- Use LVGL binary fonts from flash, loaded into PSram
|
- Use LVGL binary fonts from flash, loaded into PSram
|
||||||
- Removed defunct .zi font support
|
- Removed defunct .zi font support
|
||||||
|
- Added Vietnamese encoding (thanks @kydang789)
|
||||||
- ~~Breaking: The UTF codes for the built-in icons have changed from the previous list!~~
|
- ~~Breaking: The UTF codes for the built-in icons have changed from the previous list!~~
|
||||||
- Font ID is replaced by `namexx` (`where xx is the size`) but the previous Font ID still works for backwards compatibility
|
- Font ID is replaced by `namexx` (`where xx is the size`) but the previous Font ID still works for backwards compatibility
|
||||||
|
|
||||||
@ -13,20 +14,25 @@
|
|||||||
- Updated to modern responsive design
|
- Updated to modern responsive design
|
||||||
- Allow for a customizible `vars.css`, `style.css`, `script.js` and `edit.htm`
|
- Allow for a customizible `vars.css`, `style.css`, `script.js` and `edit.htm`
|
||||||
- _Selectable dark/light theme?_
|
- _Selectable dark/light theme?_
|
||||||
|
- Add checkbox to toggle ANSI codes (thanks @geiseri)
|
||||||
|
- Display info message when configuration is changed and reboot is needed
|
||||||
|
|
||||||
### Commands
|
### GUI
|
||||||
- Hide cursor during `antiburn` and `idle` if the pointer is enabled
|
- Hide cursor during `antiburn` and `idle` if the pointer is enabled
|
||||||
|
|
||||||
### Custom component
|
### Custom component
|
||||||
- Expose `antiburn` for the CC
|
- Expose `antiburn` for the CC (thanks @dgomes)
|
||||||
- Expose the device URL in discovery messages
|
- Expose the device URL in discovery message
|
||||||
|
- Add display resolution to discovery message
|
||||||
|
|
||||||
### Architecture
|
### Architecture
|
||||||
- Moved to Arduino 2.0 with native LittleFS library
|
- Moved to Arduino 2.0.2 with native LittleFS library
|
||||||
- Moved to ESP-IDF 4.4 with fix for FragAttacks CVEs
|
- Moved to ESP-IDF 4.4 with fix for FragAttacks CVEs
|
||||||
- Prepare support for ESP32S2
|
- Prepare support for ESP32-S2
|
||||||
- Breaking: Removed support for ESP8266
|
- Breaking: Removed support for ESP8266
|
||||||
|
|
||||||
|
Updated ArduinoJson to 6.19.1
|
||||||
|
|
||||||
|
|
||||||
## v0.6.2
|
## v0.6.2
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ build_flags =
|
|||||||
; 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 =
|
||||||
bxparks/AceButton@^1.9.1 ; GPIO button library
|
bxparks/AceButton@^1.9.1 ; GPIO button library
|
||||||
bblanchon/ArduinoJson@^6.19.0 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.19.1 ; Json(l) parser
|
||||||
bblanchon/StreamUtils@1.6.1 ; for EEPromStream
|
bblanchon/StreamUtils@1.6.1 ; for EEPromStream
|
||||||
knolleary/PubSubClient@^2.8.0 ; MQTT client
|
knolleary/PubSubClient@^2.8.0 ; MQTT client
|
||||||
git+https://github.com/fvanroie/ConsoleInput.git
|
git+https://github.com/fvanroie/ConsoleInput.git
|
||||||
|
@ -69,7 +69,7 @@ lib_deps =
|
|||||||
; lv_drivers@~7.9.1
|
; lv_drivers@~7.9.1
|
||||||
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
|
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
|
||||||
https://github.com/eclipse/paho.mqtt.c.git
|
https://github.com/eclipse/paho.mqtt.c.git
|
||||||
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.19.1 ; Json(l) parser
|
||||||
https://github.com/fvanroie/lv_drivers
|
https://github.com/fvanroie/lv_drivers
|
||||||
git+https://github.com/lvgl/lv_lib_png.git#release/v7
|
git+https://github.com/lvgl/lv_lib_png.git#release/v7
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ lib_deps =
|
|||||||
;lv_drivers@~7.9.0
|
;lv_drivers@~7.9.0
|
||||||
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
|
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
|
||||||
https://github.com/eclipse/paho.mqtt.c.git
|
https://github.com/eclipse/paho.mqtt.c.git
|
||||||
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.19.1 ; Json(l) parser
|
||||||
https://github.com/fvanroie/lv_drivers
|
https://github.com/fvanroie/lv_drivers
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
|
@ -94,7 +94,7 @@ lib_deps =
|
|||||||
;lv_drivers@~7.9.0
|
;lv_drivers@~7.9.0
|
||||||
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
|
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
|
||||||
https://github.com/eclipse/paho.mqtt.c.git
|
https://github.com/eclipse/paho.mqtt.c.git
|
||||||
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.19.1 ; Json(l) parser
|
||||||
https://github.com/fvanroie/lv_drivers
|
https://github.com/fvanroie/lv_drivers
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user