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 58
58
59
59
- name : Install AsyncTCP (ESP32)
60
60
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
62
62
63
63
- name : Install ESPAsyncTCP (ESP8266)
64
64
if : ${{ matrix.core == 'esp8266:esp8266' }}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ lib_deps =
33
33
; bblanchon/ArduinoJson @ 5.13.4
34
34
; bblanchon/ArduinoJson @ 6.21.5
35
35
bblanchon/ArduinoJson @ 7.3.0
36
- ESP32Async/AsyncTCP @ 3.3.2
36
+ ESP32Async/AsyncTCP @ 3.3.3
37
37
board_build.partitions = partitions-4MB.csv
38
38
board_build.filesystem = littlefs
39
39
44
44
45
45
[env:arduino-3-no-json]
46
46
lib_deps =
47
- ESP32Async/AsyncTCP @ 3.3.2
47
+ ESP32Async/AsyncTCP @ 3.3.3
48
48
49
49
[env:arduino-3-latest-asynctcp]
50
50
lib_deps =
@@ -96,7 +96,7 @@ board = ${sysenv.PIO_BOARD}
96
96
[env:ci-arduino-3-no-json]
97
97
board = ${sysenv.PIO_BOARD}
98
98
lib_deps =
99
- ESP32Async/AsyncTCP @ 3.3.2
99
+ ESP32Async/AsyncTCP @ 3.3.3
100
100
101
101
[env:ci-arduino-3-latest-asynctcp]
102
102
lib_deps =
You can’t perform that action at this time.
0 commit comments