Skip to content

Commit 0be764f

Browse files
committed
AsyncTCP v3.3.4
1 parent f992f2d commit 0be764f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: arduino-cli lib install ArduinoJson
3333

3434
- 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
3636

3737
- name: Checkout
3838
uses: actions/checkout@v4

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"owner": "ESP32Async",
2626
"name": "AsyncTCP",
27-
"version": "^3.3.3",
27+
"version": "^3.3.4",
2828
"platforms": "espressif32"
2929
},
3030
{

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lib_compat_mode = strict
5353
lib_ldf_mode = chain
5454
lib_deps =
5555
bblanchon/ArduinoJson @ 7.3.0
56-
ESP32Async/AsyncTCP @ 3.3.3
56+
ESP32Async/AsyncTCP @ 3.3.4
5757
board_build.partitions = partitions-4MB.csv
5858
board_build.filesystem = littlefs
5959

@@ -64,7 +64,7 @@ platform = [email protected]
6464

6565
[env:arduino-3-no-json]
6666
lib_deps =
67-
ESP32Async/AsyncTCP @ 3.3.3
67+
ESP32Async/AsyncTCP @ 3.3.4
6868

6969
[env:arduino-3-latest-asynctcp]
7070
lib_deps =
@@ -111,7 +111,7 @@ board = ${sysenv.PIO_BOARD}
111111
[env:ci-arduino-3-no-json]
112112
board = ${sysenv.PIO_BOARD}
113113
lib_deps =
114-
ESP32Async/AsyncTCP @ 3.3.3
114+
ESP32Async/AsyncTCP @ 3.3.4
115115

116116
[env:ci-arduino-3-latest-asynctcp]
117117
lib_deps =

0 commit comments

Comments
 (0)