Skip to content

Commit 4705df0

Browse files
Merge pull request #27 from ayushsharma82/ayushsharma82-patch-1
Update platformio.ini
2 parents 196f682 + 33ff399 commit 4705df0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platformio.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lib_deps =
3434

3535
[env:picow]
3636
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
37-
board = pico
37+
board = rpipicow
3838
framework = arduino
3939
board_build.core = earlephilhower
4040
lib_deps =
@@ -46,7 +46,7 @@ lib_ignore =
4646

4747
[env:pico2w]
4848
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
49-
board = pico2
49+
board = rpipico2w
5050
framework = arduino
5151
board_build.core = earlephilhower
5252
lib_deps =
@@ -96,4 +96,4 @@ lib_deps =
9696
ayushsharma82/RPAsyncTCP@^1.3.0
9797
${env.lib_deps}
9898
lib_ignore =
99-
lwIP_ESPHost
99+
lwIP_ESPHost

0 commit comments

Comments
 (0)