Update to ArduinoJson 6.19.1

This commit is contained in:
fvanroie 2022-01-14 16:32:56 +01:00
parent 968a04c2e1
commit c3ed81a4cf
5 changed files with 15 additions and 9 deletions

View File

@ -6,6 +6,7 @@
- Use FreeType fonts from flash
- Use LVGL binary fonts from flash, loaded into PSram
- 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!~~
- 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
- Allow for a customizible `vars.css`, `style.css`, `script.js` and `edit.htm`
- _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
### Custom component
- Expose `antiburn` for the CC
- Expose the device URL in discovery messages
- Expose `antiburn` for the CC (thanks @dgomes)
- Expose the device URL in discovery message
- Add display resolution to discovery message
### 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
- Prepare support for ESP32S2
- Prepare support for ESP32-S2
- Breaking: Removed support for ESP8266
Updated ArduinoJson to 6.19.1
## v0.6.2

View File

@ -72,7 +72,7 @@ build_flags =
; Warning : don't put comments after github links => causes infinite download loop
lib_deps =
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
knolleary/PubSubClient@^2.8.0 ; MQTT client
git+https://github.com/fvanroie/ConsoleInput.git

View File

@ -69,7 +69,7 @@ lib_deps =
; lv_drivers@~7.9.1
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
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
git+https://github.com/lvgl/lv_lib_png.git#release/v7

View File

@ -63,7 +63,7 @@ lib_deps =
;lv_drivers@~7.9.0
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
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
lib_ignore =

View File

@ -94,7 +94,7 @@ lib_deps =
;lv_drivers@~7.9.0
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
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
lib_ignore =