Skip to content

Commit f4841fa

Browse files
committed
ESP32Async/AsyncTCP @ 3.4.10
1 parent 84ad2b6 commit f4841fa

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.9
35+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.10
3636

3737
- name: Checkout
3838
uses: actions/checkout@v5
@@ -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.9
66+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.10
6767

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

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.9"
32+
version: "^3.4.10"
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.9",
28+
"version": "^3.4.10",
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.9
20+
ESP32Async/AsyncTCP @ 3.4.10
2121
ESP32Async/ESpAsyncWebServer @ 3.9.3
2222
custom_component_remove =
2323
espressif/esp_hosted

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ lib_deps =
7373
bblanchon/ArduinoJson @ 7.4.2
7474
; bblanchon/ArduinoJson @ 6.21.5
7575
; bblanchon/ArduinoJson @ 5.13.4
76-
ESP32Async/AsyncTCP @ 3.4.9
76+
ESP32Async/AsyncTCP @ 3.4.10
7777
board_build.partitions = partitions-4MB.csv
7878
board_build.filesystem = littlefs
7979

@@ -133,7 +133,7 @@ build_flags =
133133

134134
[env:no-json]
135135
lib_deps =
136-
ESP32Async/AsyncTCP @ 3.4.9
136+
ESP32Async/AsyncTCP @ 3.4.10
137137

138138
[env:latest-asynctcp]
139139
lib_deps =
@@ -206,7 +206,7 @@ build_flags =
206206

207207
[env:ci-no-json]
208208
lib_deps =
209-
ESP32Async/AsyncTCP @ 3.4.9
209+
ESP32Async/AsyncTCP @ 3.4.10
210210

211211
[env:ci-latest-asynctcp]
212212
lib_deps =

0 commit comments

Comments
 (0)