We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 196f682 + 33ff399 commit 4705df0Copy full SHA for 4705df0
platformio.ini
@@ -34,7 +34,7 @@ lib_deps =
34
35
[env:picow]
36
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
37
-board = pico
+board = rpipicow
38
framework = arduino
39
board_build.core = earlephilhower
40
lib_deps =
@@ -46,7 +46,7 @@ lib_ignore =
46
47
[env:pico2w]
48
49
-board = pico2
+board = rpipico2w
50
51
52
@@ -96,4 +96,4 @@ lib_deps =
96
ayushsharma82/RPAsyncTCP@^1.3.0
97
${env.lib_deps}
98
lib_ignore =
99
- lwIP_ESPHost
+ lwIP_ESPHost
0 commit comments