Hello,
does this item (sku 0101523) is compatible with both Raspberry PI Pico
and, PI Pico 2 ?
Is there any specific step to build the example (main.uf2) if on a PI Pico 2 ?
regards
Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
Hello,
does this item (sku 0101523) is compatible with both Raspberry PI Pico
and, PI Pico 2 ?
Is there any specific step to build the example (main.uf2) if on a PI Pico 2 ?
regards
I found the solution:
in the CMakeLists.txt
add this two lines
set(PICO_BOARD pico2)
set(PICO_PLATFORM rp2350)
and rebuild
report