Skip to content

Commit 5f5d072

Browse files
Merge pull request #181 from ESP32Async/asynctcp
ESP32Async/AsyncTCP @ 3.4.2
2 parents d9b612a + 8c06f8c commit 5f5d072

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build-esp32.yml

Lines changed: 2 additions & 2 deletions
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.4.1
35+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.2
3636

3737
- name: Checkout
3838
uses: actions/checkout@v4
@@ -63,7 +63,7 @@ jobs:
6363
run: arduino-cli lib install ArduinoJson
6464

6565
- name: Install AsyncTCP (ESP32)
66-
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.1
66+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.2
6767

6868
- name: Checkout
6969
uses: actions/checkout@v4

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
version: "^3.1.1"
3030
require: public
3131
esp32async/asynctcp:
32-
version: "^3.4.1"
32+
version: "^3.4.2"
3333
require: public
3434
bblanchon/arduinojson:
3535
version: "^7.4.1"

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.4.1",
27+
"version": "^3.4.2",
2828
"platforms": "espressif32"
2929
},
3030
{

pioarduino_examples/IncreaseMaxSockets/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ monitor_filters = esp32_exception_decoder, log2file
1717
lib_compat_mode = strict
1818
lib_ldf_mode = chain
1919
lib_deps =
20-
ESP32Async/AsyncTCP @ 3.4.1
20+
ESP32Async/AsyncTCP @ 3.4.2
2121
ESP32Async/ESpAsyncWebServer @ 3.7.0
2222

2323
custom_sdkconfig = CONFIG_LWIP_MAX_ACTIVE_TCP=32

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ lib_compat_mode = strict
6060
lib_ldf_mode = chain
6161
lib_deps =
6262
bblanchon/ArduinoJson @ 7.4.1
63-
ESP32Async/AsyncTCP @ 3.4.1
63+
ESP32Async/AsyncTCP @ 3.4.2
6464
board_build.partitions = partitions-4MB.csv
6565
board_build.filesystem = littlefs
6666

@@ -74,7 +74,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
7474

7575
[env:arduino-3-no-json]
7676
lib_deps =
77-
ESP32Async/AsyncTCP @ 3.4.1
77+
ESP32Async/AsyncTCP @ 3.4.2
7878

7979
[env:arduino-3-latest-asynctcp]
8080
lib_deps =
@@ -125,7 +125,7 @@ board = ${sysenv.PIO_BOARD}
125125
[env:ci-arduino-3-no-json]
126126
board = ${sysenv.PIO_BOARD}
127127
lib_deps =
128-
ESP32Async/AsyncTCP @ 3.4.1
128+
ESP32Async/AsyncTCP @ 3.4.2
129129

130130
[env:ci-arduino-3-latest-asynctcp]
131131
lib_deps =

0 commit comments

Comments
 (0)