Skip to content

Commit c310f4b

Browse files
Merge branch 'main' into licenses
2 parents 564c3b9 + d5f91ae commit c310f4b

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
- env: ci-arduino-3-no-json
110110
board: esp32dev
111111

112+
- env: ci-arduino-3-latest-asynctcp
113+
board: esp32dev
114+
112115
- env: ci-arduino-3-no-chunk-inflight
113116
board: esp32dev
114117

Diff for: platformio.ini

+10-6
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ board_build.partitions = partitions-4MB.csv
3838
board_build.filesystem = littlefs
3939

4040
[env:arduino-2]
41-
platform = espressif32@6.9.0
41+
platform = espressif32@6.10.0
4242

4343
[env:arduino-3]
44-
; board = esp32-s3-devkitc-1
45-
; board = esp32-c6-devkitc-1
4644

4745
[env:arduino-3-no-json]
4846
lib_deps =
4947
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
5252

5353
[env:arduino-3-no-chunk-inflight]
5454
build_flags = ${env.build_flags}
@@ -87,7 +87,7 @@ build_flags = ${env.build_flags}
8787
; CI
8888

8989
[env:ci-arduino-2]
90-
platform = espressif32@6.9.0
90+
platform = espressif32@6.10.0
9191
board = ${sysenv.PIO_BOARD}
9292

9393
[env:ci-arduino-3]
@@ -98,6 +98,10 @@ board = ${sysenv.PIO_BOARD}
9898
lib_deps =
9999
ESP32Async/AsyncTCP @ 3.3.2
100100

101+
[env:ci-arduino-3-latest-asynctcp]
102+
lib_deps =
103+
https://github.com/ESP32Async/AsyncTCP/archive/refs/heads/main.zip
104+
101105
[env:ci-arduino-3-no-chunk-inflight]
102106
board = ${sysenv.PIO_BOARD}
103107
build_flags = ${env.build_flags}

0 commit comments

Comments
 (0)