Skip to content

Commit cc2354f

Browse files
Merge pull request #114 from ESP32Async/asynctcp
ESP32Async/AsyncTCP @ 3.3.7
2 parents a8e59ec + 1daa1d8 commit cc2354f

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.3.6
35+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.3.7
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.3.6
66+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.3.7
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
@@ -26,7 +26,7 @@ files:
2626
- "pre-commit.requirements.txt"
2727
dependencies:
2828
esp32async/asynctcp:
29-
version: "^3.3.6"
29+
version: "^3.3.7"
3030
require: public
3131
bblanchon/arduinojson:
3232
version: "^7.3.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.3.6",
27+
"version": "^3.3.7",
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.3.6
20+
ESP32Async/AsyncTCP @ 3.3.7
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
@@ -55,7 +55,7 @@ lib_compat_mode = strict
5555
lib_ldf_mode = chain
5656
lib_deps =
5757
bblanchon/ArduinoJson @ 7.3.1
58-
ESP32Async/AsyncTCP @ 3.3.6
58+
ESP32Async/AsyncTCP @ 3.3.7
5959
board_build.partitions = partitions-4MB.csv
6060
board_build.filesystem = littlefs
6161

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

7070
[env:arduino-3-no-json]
7171
lib_deps =
72-
ESP32Async/AsyncTCP @ 3.3.6
72+
ESP32Async/AsyncTCP @ 3.3.7
7373

7474
[env:arduino-3-latest-asynctcp]
7575
lib_deps =
@@ -120,7 +120,7 @@ board = ${sysenv.PIO_BOARD}
120120
[env:ci-arduino-3-no-json]
121121
board = ${sysenv.PIO_BOARD}
122122
lib_deps =
123-
ESP32Async/AsyncTCP @ 3.3.6
123+
ESP32Async/AsyncTCP @ 3.3.7
124124

125125
[env:ci-arduino-3-latest-asynctcp]
126126
lib_deps =

0 commit comments

Comments
 (0)