Skip to content

Commit 48d3ea9

Browse files
committed
fix: board names and lib_deps in platformio.ini
1 parent 78747cb commit 48d3ea9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

platformio.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ lib_deps =
5656
[env:ci-esp32]
5757
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
5858
board = ${sysenv.PIO_BOARD}
59+
lib_deps =
60+
ESP32Async/AsyncTCP@^3.3.5
5961

6062
[env:ci-esp8266]
6163
platform = 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]
6970
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
70-
board = pico
71+
board = rpipicow
7172
framework = arduino
7273
board_build.core = earlephilhower
7374
lib_deps =
@@ -76,7 +77,7 @@ lib_deps =
7677

7778
[env:ci-rp2350]
7879
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
79-
board = pico2
80+
board = rpipico2w
8081
framework = arduino
8182
board_build.core = earlephilhower
8283
lib_deps =

0 commit comments

Comments
 (0)