Skip to content

Commit 6bda082

Browse files
committed
fix: update packages
- ArduinoJson 7.2.0 -> 7.2.1 - AsyncTCP 3.2.14 -> 3.3.1 - ESPAsyncWebServer 3.3.23 -> 3.4.5
1 parent be86e83 commit 6bda082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

software/NRG_itho_wifi/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ lib_ldf_mode = chain+
2121
monitor_speed = 115200
2222
lib_deps =
2323
https://github.com/bblanchon/ArduinoStreamUtils.git#v1.9.0
24-
https://github.com/bblanchon/ArduinoJson.git#v7.2.0
24+
https://github.com/bblanchon/ArduinoJson.git#v7.2.1
2525
https://github.com/thijse/Arduino-Log.git#1.1.1
26-
https://github.com/mathieucarbou/AsyncTCP.git#v3.2.14
27-
https://github.com/mathieucarbou/ESPAsyncWebServer.git#v3.3.23
26+
https://github.com/mathieucarbou/AsyncTCP.git#v3.3.1
27+
https://github.com/mathieucarbou/ESPAsyncWebServer.git#v3.4.5
2828
https://github.com/mathieucarbou/MycilaWebSerial#v7.0.1
2929
https://github.com/jclds139/FS_FilePrint.git#a8b3bae397ce918c49be112c034a0fcbbc5c24fd
3030
https://github.com/arjenhiemstra/pubsubclient.git#3c7c4a89df6536cc52a3962cd0b76b0bfc8f5818

0 commit comments

Comments
 (0)