Skip to content

Commit 4b14b0a

Browse files
Merge pull request #218 from ESP32Async/asynctcp-345
ESP32Async/AsyncTCP @ 3.4.5
2 parents fb6bc86 + 4ce3876 commit 4b14b0a

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.4
35+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.5
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.4
66+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.5
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.4"
32+
version: "^3.4.5"
3333
require: public
3434
bblanchon/arduinojson:
3535
version: "^7.4.2"

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{
2626
"owner": "ESP32Async",
2727
"name": "AsyncTCP",
28-
"version": "^3.4.4",
28+
"version": "^3.4.5",
2929
"platforms": [
3030
"espressif32",
3131
"libretiny"

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.4
20+
ESP32Async/AsyncTCP @ 3.4.5
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.2
63-
ESP32Async/AsyncTCP @ 3.4.4
63+
ESP32Async/AsyncTCP @ 3.4.5
6464
board_build.partitions = partitions-4MB.csv
6565
board_build.filesystem = littlefs
6666

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

7777
[env:arduino-3-no-json]
7878
lib_deps =
79-
ESP32Async/AsyncTCP @ 3.4.4
79+
ESP32Async/AsyncTCP @ 3.4.5
8080

8181
[env:arduino-3-latest-asynctcp]
8282
lib_deps =
@@ -138,7 +138,7 @@ board = ${sysenv.PIO_BOARD}
138138
[env:ci-arduino-3-no-json]
139139
board = ${sysenv.PIO_BOARD}
140140
lib_deps =
141-
ESP32Async/AsyncTCP @ 3.4.4
141+
ESP32Async/AsyncTCP @ 3.4.5
142142

143143
[env:ci-arduino-3-latest-asynctcp]
144144
lib_deps =

0 commit comments

Comments
 (0)