File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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' }}
Original file line number Diff line number Diff 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
3737board_build.partitions = partitions-4MB.csv
3838board_build.filesystem = littlefs
3939
@@ -44,7 +44,7 @@ platform = espressif32@6.10.0
4444
4545[env:arduino-3-no-json]
4646lib_deps =
47- ESP32Async/AsyncTCP @ 3.3.2
47+ ESP32Async/AsyncTCP @ 3.3.3
4848
4949[env:arduino-3-latest-asynctcp]
5050lib_deps =
@@ -96,7 +96,7 @@ board = ${sysenv.PIO_BOARD}
9696[env:ci-arduino-3-no-json]
9797board = ${sysenv.PIO_BOARD}
9898lib_deps =
99- ESP32Async/AsyncTCP @ 3.3.2
99+ ESP32Async/AsyncTCP @ 3.3.3
100100
101101[env:ci-arduino-3-latest-asynctcp]
102102lib_deps =
You can’t perform that action at this time.
0 commit comments