Update to ArduinoJson 6.19.3

This commit is contained in:
fvanroie 2022-03-09 11:14:40 +01:00
parent 7b067f7cc2
commit ed3ff69fc8
6 changed files with 29 additions and 8 deletions

View File

@ -4,8 +4,5 @@
"recommendations": [ "recommendations": [
"ms-vscode.cpptools", "ms-vscode.cpptools",
"platformio.platformio-ide" "platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
] ]
} }

View File

@ -63,7 +63,7 @@
- Prepare support for ESP32-S2 - Prepare support for ESP32-S2
- **Breaking:** Removed support for ESP8266! - **Breaking:** Removed support for ESP8266!
Updated libraries to ArduinoJson 6.19.2, ArduinoStreamUtils 1.6.2, TFT_eSPI 2.4.42, LovyanGFX 0.4.12 and Adafruit STMPE610 1.1.4 Updated libraries to ArduinoJson 6.19.3, ArduinoStreamUtils 1.6.2, TFT_eSPI 2.4.42, LovyanGFX 0.4.14 and Adafruit STMPE610 1.1.4
## v0.6.2 ## v0.6.2

View File

@ -74,7 +74,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.2 ; Json(l) parser bblanchon/ArduinoJson@^6.19.3 ; Json(l) parser
bblanchon/StreamUtils@^1.6.2 ; for EEPromStream and BufferedTelnetClient bblanchon/StreamUtils@^1.6.2 ; for EEPromStream and BufferedTelnetClient
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
@ -95,3 +95,27 @@ lib_deps =
;https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip ;https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip
src_filter = +<*> -<.git/> -<examples/> -<test/> -<tests/> -<stm32f4/> -<lv_font_montserrat_*.c> src_filter = +<*> -<.git/> -<examples/> -<test/> -<tests/> -<stm32f4/> -<lv_font_montserrat_*.c>
[lovyangfx]
lib_deps =
lovyan03/LovyanGFX @ ^0.4.14
[tft_espi]
lib_deps =
bodmer/TFT_eSPI @ 2.4.42
[goodix]
lib_deps =
git+https://github.com/netwizeBE/arduino-goodix.git
[ft6336]
lib_deps =
git+https://github.com/aselectroworks/Arduino-FT6336U.git
[gsl1680]
lib_deps =
git+https://github.com/arovak/GSL2038.git
[stmpe610]
lib_deps =
adafruit/Adafruit STMPE610 @ ^1.1.4

View File

@ -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.19.2 ; Json(l) parser bblanchon/ArduinoJson@^6.19.3 ; 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

View File

@ -61,7 +61,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.19.2 ; Json(l) parser bblanchon/ArduinoJson@^6.19.3 ; Json(l) parser
https://github.com/fvanroie/lv_drivers https://github.com/fvanroie/lv_drivers
lib_ignore = lib_ignore =

View File

@ -92,7 +92,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.19.2 ; Json(l) parser bblanchon/ArduinoJson@^6.19.3 ; Json(l) parser
https://github.com/fvanroie/lv_drivers https://github.com/fvanroie/lv_drivers
lib_ignore = lib_ignore =