Skip to content

Commit a1e7550

Browse files
authored
Merge pull request esphome#36 from ESP32Async/asynctcp-v3.3.3
AsyncTCP v3.3.3
2 parents 514d194 + fa0f89a commit a1e7550

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install AsyncTCP (ESP32)
6060
if: ${{ matrix.core == 'esp32:esp32' }}
61-
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.3.2
61+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.3.3
6262

6363
- name: Install ESPAsyncTCP (ESP8266)
6464
if: ${{ matrix.core == 'esp8266:esp8266' }}

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lib_deps =
3333
; bblanchon/ArduinoJson @ 5.13.4
3434
; bblanchon/ArduinoJson @ 6.21.5
3535
bblanchon/ArduinoJson @ 7.3.0
36-
ESP32Async/AsyncTCP @ 3.3.2
36+
ESP32Async/AsyncTCP @ 3.3.3
3737
board_build.partitions = partitions-4MB.csv
3838
board_build.filesystem = littlefs
3939

@@ -44,7 +44,7 @@ platform = [email protected]
4444

4545
[env:arduino-3-no-json]
4646
lib_deps =
47-
ESP32Async/AsyncTCP @ 3.3.2
47+
ESP32Async/AsyncTCP @ 3.3.3
4848

4949
[env:arduino-3-latest-asynctcp]
5050
lib_deps =
@@ -96,7 +96,7 @@ board = ${sysenv.PIO_BOARD}
9696
[env:ci-arduino-3-no-json]
9797
board = ${sysenv.PIO_BOARD}
9898
lib_deps =
99-
ESP32Async/AsyncTCP @ 3.3.2
99+
ESP32Async/AsyncTCP @ 3.3.3
100100

101101
[env:ci-arduino-3-latest-asynctcp]
102102
lib_deps =

0 commit comments

Comments
 (0)