Skip to content

Commit

Permalink
Update to ArduinoJson 6.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Jul 24, 2023
1 parent 4d6860f commit 9c3e28f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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.2, ArduinoStreamUtils 1.7.3, AceButton 1.10.1, TFT_eSPI 2.5.0, LovyanGFX 1.1.7 and SimpleFTPServer 2.1.5
Updated libraries to ArduinoJson 6.21.3, ArduinoStreamUtils 1.7.3, AceButton 1.10.1, TFT_eSPI 2.5.0, LovyanGFX 1.1.7 and SimpleFTPServer 2.1.5


## v0.6.3
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
bblanchon/ArduinoJson@^6.21.3
;git+https://github.com/fvanroie/ConsoleInput.git
;git+https://github.com/andrethomas/TasmotaSlave.git
;git+https://github.com/lvgl/lvgl.git
Expand Down
2 changes: 1 addition & 1 deletion user_setups/darwin_sdl/darwin_sdl_64bits.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.21.2 ; Json(l) parser
bblanchon/ArduinoJson@^6.21.3 ; Json(l) parser
https://github.com/fvanroie/lv_drivers
git+https://github.com/lvgl/lv_lib_png.git#release/v7

Expand Down
2 changes: 1 addition & 1 deletion user_setups/linux_sdl/linux_sdl_64bits.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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.21.2 ; Json(l) parser
bblanchon/ArduinoJson@^6.21.3 ; Json(l) parser
https://github.com/fvanroie/lv_drivers

lib_ignore =
Expand Down
2 changes: 1 addition & 1 deletion user_setups/win32/windows_sdl_64bits.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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.21.2 ; Json(l) parser
bblanchon/ArduinoJson@^6.21.3 ; Json(l) parser
https://github.com/fvanroie/lv_drivers

lib_ignore =
Expand Down

0 comments on commit 9c3e28f

Please sign in to comment.