File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
run : arduino-cli lib install ArduinoJson
33
33
34
34
- name : Install AsyncTCP (ESP32)
35
- run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.3.3
35
+ run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.3.4
36
36
37
37
- name : Checkout
38
38
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 24
24
{
25
25
"owner" : " ESP32Async" ,
26
26
"name" : " AsyncTCP" ,
27
- "version" : " ^3.3.3 " ,
27
+ "version" : " ^3.3.4 " ,
28
28
"platforms" : " espressif32"
29
29
},
30
30
{
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ lib_compat_mode = strict
53
53
lib_ldf_mode = chain
54
54
lib_deps =
55
55
bblanchon/ArduinoJson @ 7.3.0
56
- ESP32Async/AsyncTCP @ 3.3.3
56
+ ESP32Async/AsyncTCP @ 3.3.4
57
57
board_build.partitions = partitions-4MB.csv
58
58
board_build.filesystem = littlefs
59
59
64
64
65
65
[env:arduino-3-no-json]
66
66
lib_deps =
67
- ESP32Async/AsyncTCP @ 3.3.3
67
+ ESP32Async/AsyncTCP @ 3.3.4
68
68
69
69
[env:arduino-3-latest-asynctcp]
70
70
lib_deps =
@@ -111,7 +111,7 @@ board = ${sysenv.PIO_BOARD}
111
111
[env:ci-arduino-3-no-json]
112
112
board = ${sysenv.PIO_BOARD}
113
113
lib_deps =
114
- ESP32Async/AsyncTCP @ 3.3.3
114
+ ESP32Async/AsyncTCP @ 3.3.4
115
115
116
116
[env:ci-arduino-3-latest-asynctcp]
117
117
lib_deps =
You can’t perform that action at this time.
0 commit comments