mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Update to ArduinoJson 6.21.2
This commit is contained in:
parent
a154bb856f
commit
b74066253c
@ -4,11 +4,15 @@
|
|||||||
|
|
||||||
!!! THE PARTITION SCHEME OF THE INTERNAL FLASH HAS CHANGED !!!
|
!!! THE PARTITION SCHEME OF THE INTERNAL FLASH HAS CHANGED !!!
|
||||||
|
|
||||||
|
### Commands
|
||||||
|
- Removed deprecated `dim`, `brightness` and `light` commands, use `backlight` instead
|
||||||
|
|
||||||
### Objects
|
### Objects
|
||||||
<!-- ? Support for State and Part properties -->
|
<!-- ? Support for State and Part properties -->
|
||||||
- `action` and `swipe` can now be set to any command
|
- `action` and `swipe` can now be set to any command
|
||||||
- Set default `line_width` of new `line` objects to 1
|
- Set default `line_width` of new `line` objects to 1
|
||||||
- Allow line and block comments in pages.jsonl
|
- Allow line and block comments in pages.jsonl
|
||||||
|
- Removed deprecated `txt` property, use `text` instead
|
||||||
- HASP theme: Toggle objects now use the secondary color when they are in the toggled state.
|
- HASP theme: Toggle objects now use the secondary color when they are in the toggled state.
|
||||||
|
|
||||||
### Fonts
|
### Fonts
|
||||||
@ -48,7 +52,7 @@
|
|||||||
- Add support for ESP32-S3 devices
|
- Add support for ESP32-S3 devices
|
||||||
- Deprication of support for ESP32-S2 devices due to lack of sRAM
|
- Deprication of support for ESP32-S2 devices due to lack of sRAM
|
||||||
|
|
||||||
Updated libraries to ArduinoJson 6.21.1, ArduinoStreamUtils 1.7.0, TFT_eSPI 2.5.0, LovyanGFX 1.1.2 and SimpleFTPServer 2.1.5
|
Updated libraries to ArduinoJson 6.21.2, ArduinoStreamUtils 1.7.0, TFT_eSPI 2.5.0, LovyanGFX 1.1.2 and SimpleFTPServer 2.1.5
|
||||||
|
|
||||||
|
|
||||||
## v0.6.3
|
## v0.6.3
|
||||||
|
@ -15,7 +15,7 @@ extra_configs =
|
|||||||
user_setups/lcd_config.ini
|
user_setups/lcd_config.ini
|
||||||
; -- Base configurations per platform
|
; -- Base configurations per platform
|
||||||
user_setups/esp32/_esp32.ini
|
user_setups/esp32/_esp32.ini
|
||||||
user_setups/esp32s2/_esp32s2.ini
|
;user_setups/esp32s2/_esp32s2.ini
|
||||||
user_setups/esp32s3/_esp32s3.ini
|
user_setups/esp32s3/_esp32s3.ini
|
||||||
; -- Put active [env] files in this dir to be included in the build menu
|
; -- Put active [env] files in this dir to be included in the build menu
|
||||||
user_setups/active/*.ini
|
user_setups/active/*.ini
|
||||||
@ -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.1
|
bblanchon/ArduinoJson@^6.21.2
|
||||||
;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
|
||||||
|
@ -67,7 +67,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.21.1 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.21.2 ; 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
|
||||||
|
|
||||||
|
@ -62,7 +62,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.21.1 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.21.2 ; Json(l) parser
|
||||||
https://github.com/fvanroie/lv_drivers
|
https://github.com/fvanroie/lv_drivers
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
|
@ -93,7 +93,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.21.1 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.21.2 ; 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