Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 2575329

Browse files
committed
bblanchon/ArduinoJson @ 7.3.0
1 parent 88989a7 commit 2575329

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lib_ldf_mode = chain
3030
lib_deps =
3131
; bblanchon/ArduinoJson @ 5.13.4
3232
; bblanchon/ArduinoJson @ 6.21.5
33-
bblanchon/ArduinoJson @ 7.2.1
33+
bblanchon/ArduinoJson @ 7.3.0
3434
mathieucarbou/AsyncTCP @ 3.3.1
3535
board = esp32dev
3636
board_build.partitions = partitions-4MB.csv
@@ -74,14 +74,14 @@ platform = espressif8266
7474
; board = huzzah
7575
board = d1_mini
7676
lib_deps =
77-
bblanchon/ArduinoJson @ 7.2.1
77+
bblanchon/ArduinoJson @ 7.3.0
7878
esphome/ESPAsyncTCP-esphome @ 2.0.0
7979

8080
[env:raspberrypi]
8181
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
8282
board = rpipicow
8383
lib_deps =
84-
bblanchon/ArduinoJson @ 7.2.1
84+
bblanchon/ArduinoJson @ 7.3.0
8585
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
8686
lib_ignore =
8787
lwIP_ESPHost
@@ -112,14 +112,14 @@ board = ${sysenv.PIO_BOARD}
112112
platform = espressif8266
113113
board = ${sysenv.PIO_BOARD}
114114
lib_deps =
115-
bblanchon/ArduinoJson @ 7.2.1
115+
bblanchon/ArduinoJson @ 7.3.0
116116
esphome/ESPAsyncTCP-esphome @ 2.0.0
117117

118118
[env:ci-raspberrypi]
119119
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
120120
board = ${sysenv.PIO_BOARD}
121121
lib_deps =
122-
bblanchon/ArduinoJson @ 7.2.1
122+
bblanchon/ArduinoJson @ 7.3.0
123123
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
124124
lib_ignore =
125125
lwIP_ESPHost

0 commit comments

Comments
 (0)