Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
version: "^3.4.4"
require: public
bblanchon/arduinojson:
version: "^7.4.1"
version: "^7.4.2"
require: public
examples:
- path: ./idf_component_examples/catchall
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ monitor_filters = esp32_exception_decoder, log2file
lib_compat_mode = strict
lib_ldf_mode = chain
lib_deps =
bblanchon/ArduinoJson @ 7.4.1
bblanchon/ArduinoJson @ 7.4.2
ESP32Async/AsyncTCP @ 3.4.4
board_build.partitions = partitions-4MB.csv
board_build.filesystem = littlefs
Expand Down Expand Up @@ -96,7 +96,7 @@ platform = espressif8266
; board = huzzah
board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.4.1
bblanchon/ArduinoJson @ 7.4.2
ESP32Async/ESPAsyncTCP @ 2.0.0

[env:raspberrypi]
Expand Down Expand Up @@ -153,7 +153,7 @@ build_flags = ${env.build_flags}
platform = espressif8266
board = ${sysenv.PIO_BOARD}
lib_deps =
bblanchon/ArduinoJson @ 7.4.1
bblanchon/ArduinoJson @ 7.4.2
ESP32Async/ESPAsyncTCP @ 2.0.0

[env:ci-raspberrypi]
Expand Down