@@ -54,7 +54,7 @@ monitor_filters = esp32_exception_decoder, log2file
54
54
lib_compat_mode = strict
55
55
lib_ldf_mode = chain
56
56
lib_deps =
57
- bblanchon/ArduinoJson @ 7.3.0
57
+ bblanchon/ArduinoJson @ 7.3.1
58
58
ESP32Async/AsyncTCP @ 3.3.5
59
59
board_build.partitions = partitions-4MB.csv
60
60
board_build.filesystem = littlefs
@@ -89,15 +89,15 @@ platform = espressif8266
89
89
; board = huzzah
90
90
board = d1_mini
91
91
lib_deps =
92
- bblanchon/ArduinoJson @ 7.3.0
92
+ bblanchon/ArduinoJson @ 7.3.1
93
93
ESP32Async/ESPAsyncTCP @ 2.0.0
94
94
95
95
[env:raspberrypi]
96
96
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
97
97
board = rpipicow
98
98
board_build.core = earlephilhower
99
99
lib_deps =
100
- bblanchon/ArduinoJson @ 7.3.0
100
+ bblanchon/ArduinoJson @ 7.3.1
101
101
ayushsharma82/RPAsyncTCP@^1.3.0
102
102
lib_ignore =
103
103
lwIP_ESPHost
@@ -135,15 +135,15 @@ build_flags = ${env.build_flags}
135
135
platform = espressif8266
136
136
board = ${sysenv.PIO_BOARD}
137
137
lib_deps =
138
- bblanchon/ArduinoJson @ 7.3.0
138
+ bblanchon/ArduinoJson @ 7.3.1
139
139
ESP32Async/ESPAsyncTCP @ 2.0.0
140
140
141
141
[env:ci-raspberrypi]
142
142
platform = https://github.com/maxgerhardt/platform-raspberrypi.git# 4d1acd7caac8c055c05f5ac6c68fa5f079730947
143
143
board = ${sysenv.PIO_BOARD}
144
144
board_build.core = earlephilhower
145
145
lib_deps =
146
- bblanchon/ArduinoJson @ 7.3.0
146
+ bblanchon/ArduinoJson @ 7.3.1
147
147
ayushsharma82/RPAsyncTCP@^1.3.0
148
148
lib_ignore =
149
149
lwIP_ESPHost
0 commit comments