File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ jobs:
109
109
- env : ci-arduino-3-no-json
110
110
board : esp32dev
111
111
112
+ - env : ci-arduino-3-latest-asynctcp
113
+ board : esp32dev
114
+
112
115
- env : ci-arduino-3-no-chunk-inflight
113
116
board : esp32dev
114
117
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ board_build.filesystem = littlefs
41
41
42
42
43
43
[env:arduino-3]
44
- ; board = esp32-s3-devkitc-1
45
- ; board = esp32-c6-devkitc-1
46
44
47
45
[env:arduino-3-no-json]
48
46
lib_deps =
49
47
ESP32Async/AsyncTCP @ 3.3.2
50
- ; board = esp32-s3-devkitc-1
51
- ; board = esp32-c6-devkitc-1
48
+
49
+ [env:arduino-3-latest-asynctcp]
50
+ lib_deps =
51
+ https://github.com/ESP32Async/AsyncTCP/archive/refs/heads/main.zip
52
52
53
53
[env:arduino-3-no-chunk-inflight]
54
54
build_flags = ${env.build_flags}
@@ -98,6 +98,10 @@ board = ${sysenv.PIO_BOARD}
98
98
lib_deps =
99
99
ESP32Async/AsyncTCP @ 3.3.2
100
100
101
+ [env:ci-arduino-3-latest-asynctcp]
102
+ lib_deps =
103
+ https://github.com/ESP32Async/AsyncTCP/archive/refs/heads/main.zip
104
+
101
105
[env:ci-arduino-3-no-chunk-inflight]
102
106
board = ${sysenv.PIO_BOARD}
103
107
build_flags = ${env.build_flags}
You can’t perform that action at this time.
0 commit comments