Skip to content

Commit

Permalink
ArduinoJson @ 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Feb 27, 2025
1 parent c979d1a commit 349dd11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
version: "^3.3.5"
require: public
bblanchon/arduinojson:
version: "^7.3.0"
version: "^7.3.1"
require: public
examples:
- path: ./idf_component_examples/catchall
Expand Down
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ monitor_filters = esp32_exception_decoder, log2file
lib_compat_mode = strict
lib_ldf_mode = chain
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
bblanchon/ArduinoJson @ 7.3.1
ESP32Async/AsyncTCP @ 3.3.5
board_build.partitions = partitions-4MB.csv
board_build.filesystem = littlefs
Expand Down Expand Up @@ -85,15 +85,15 @@ platform = espressif8266
; board = huzzah
board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
bblanchon/ArduinoJson @ 7.3.1
ESP32Async/ESPAsyncTCP @ 2.0.0

[env:raspberrypi]
platform = /~https://github.com/maxgerhardt/platform-raspberrypi.git
board = rpipicow
board_build.core = earlephilhower
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
bblanchon/ArduinoJson @ 7.3.1
ayushsharma82/RPAsyncTCP@^1.3.0
lib_ignore =
lwIP_ESPHost
Expand Down Expand Up @@ -127,15 +127,15 @@ build_flags = ${env.build_flags}
platform = espressif8266
board = ${sysenv.PIO_BOARD}
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
bblanchon/ArduinoJson @ 7.3.1
ESP32Async/ESPAsyncTCP @ 2.0.0

[env:ci-raspberrypi]
platform = /~https://github.com/maxgerhardt/platform-raspberrypi.git#4d1acd7caac8c055c05f5ac6c68fa5f079730947
board = ${sysenv.PIO_BOARD}
board_build.core = earlephilhower
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
bblanchon/ArduinoJson @ 7.3.1
ayushsharma82/RPAsyncTCP@^1.3.0
lib_ignore =
lwIP_ESPHost
Expand Down

0 comments on commit 349dd11

Please sign in to comment.