File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ lib_deps =
5656[env:ci-esp32]
5757platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
5858board = ${sysenv.PIO_BOARD}
59+ lib_deps =
60+ ESP32Async/AsyncTCP@^3.3.5
5961
6062[env:ci-esp8266]
6163platform = espressif8266
@@ -64,10 +66,9 @@ lib_deps =
6466 ESP32Async/ESPAsyncTCP@^2.0.0
6567 ESP32Async/ESPAsyncWebServer@^3.7.0
6668
67-
6869[env:ci-rp2040]
6970platform = https://github.com/maxgerhardt/platform-raspberrypi.git
70- board = pico
71+ board = rpipicow
7172framework = arduino
7273board_build.core = earlephilhower
7374lib_deps =
@@ -76,7 +77,7 @@ lib_deps =
7677
7778[env:ci-rp2350]
7879platform = https://github.com/maxgerhardt/platform-raspberrypi.git
79- board = pico2
80+ board = rpipico2w
8081framework = arduino
8182board_build.core = earlephilhower
8283lib_deps =
You can’t perform that action at this time.
0 commit comments