File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 2222 {
2323 "owner" : " mathieucarbou" ,
2424 "name" : " ESPAsyncWebServer" ,
25- "version" : " ^3.2.4 " ,
25+ "version" : " ^3.3.11 " ,
2626 "platforms" : [" espressif8266" , " espressif32" ]
2727 }
2828 ]
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ build_flags =
99 -D WS_MAX_QUEUED_MESSAGES =128
1010 -D WSL_HIGH_PERF
1111lib_deps =
12- mathieucarbou/AsyncTCP@^3.2.5
13- mathieucarbou/ESPAsyncWebServer@^3.2.4
12+ mathieucarbou/ESPAsyncWebServer@^3.3.11
1413lib_compat_mode = strict
1514lib_ldf_mode = chain
1615upload_protocol = esptool
@@ -43,9 +42,6 @@ board = esp32-s3-devkitc-1
4342platform = espressif8266
4443board = 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]
6561platform = espressif8266
6662board = ${sysenv.PIO_BOARD}
67- lib_deps =
68- mathieucarbou/ESPAsyncWebServer@^3.2.4
69- esphome/ESPAsyncTCP-esphome@^2.0.0
You can’t perform that action at this time.
0 commit comments