Skip to content

Commit e7c5b49

Browse files
committed
Version update
1 parent faac6b7 commit e7c5b49

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
run: arduino-cli core install --additional-urls "${{ matrix.index_url }}" ${{ matrix.core }}
6161

6262
- name: Install AsyncTCP
63-
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.5
63+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.6
6464

6565
- name: Install ESPAsyncTCP
6666
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0
6767

6868
- name: Install ESPAsyncWebServer
69-
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.2.4
69+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.3.11
7070

7171
- name: Build Demo
7272
run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/Demo/Demo.ino"

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"owner": "mathieucarbou",
2424
"name": "ESPAsyncWebServer",
25-
"version": "^3.2.4",
25+
"version": "^3.3.11",
2626
"platforms": ["espressif8266", "espressif32"]
2727
}
2828
]

platformio.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ build_flags =
99
-D WS_MAX_QUEUED_MESSAGES=128
1010
-D WSL_HIGH_PERF
1111
lib_deps =
12-
mathieucarbou/AsyncTCP@^3.2.5
13-
mathieucarbou/ESPAsyncWebServer@^3.2.4
12+
mathieucarbou/ESPAsyncWebServer@^3.3.11
1413
lib_compat_mode = strict
1514
lib_ldf_mode = chain
1615
upload_protocol = esptool
@@ -43,9 +42,6 @@ board = esp32-s3-devkitc-1
4342
platform = espressif8266
4443
board = huzzah
4544
; board = d1_mini
46-
lib_deps =
47-
mathieucarbou/ESPAsyncWebServer@^3.2.4
48-
esphome/ESPAsyncTCP-esphome@^2.0.0
4945

5046
; CI
5147

@@ -64,6 +60,3 @@ board = ${sysenv.PIO_BOARD}
6460
[env:ci-esp8266]
6561
platform = espressif8266
6662
board = ${sysenv.PIO_BOARD}
67-
lib_deps =
68-
mathieucarbou/ESPAsyncWebServer@^3.2.4
69-
esphome/ESPAsyncTCP-esphome@^2.0.0

0 commit comments

Comments
 (0)