The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
Mozilla Public License 2.0
131
stars
16
forks
source link
Board Switch doesn't work if importing official pico_examples #113
Closed
B3rn475 closed 3 weeks ago
Steps:
https://github.com/raspberrypi/pico-examples.git
repositorypico_w
Expected Result:
/pico_w/...
examples compileActual Result:
/pico_w/...
are skipped, because the board type is stillpico
and notpico_w
.