diff --git a/platformio.ini b/platformio.ini index 78fc319..52f47a5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -34,7 +34,7 @@ lib_deps = [env:picow] platform = https://github.com/maxgerhardt/platform-raspberrypi.git -board = pico +board = rpipicow framework = arduino board_build.core = earlephilhower lib_deps = @@ -46,7 +46,7 @@ lib_ignore = [env:pico2w] platform = https://github.com/maxgerhardt/platform-raspberrypi.git -board = pico2 +board = rpipico2w framework = arduino board_build.core = earlephilhower lib_deps = @@ -96,4 +96,4 @@ lib_deps = ayushsharma82/RPAsyncTCP@^1.3.0 ${env.lib_deps} lib_ignore = - lwIP_ESPHost \ No newline at end of file + lwIP_ESPHost