I’m trying to upload to a Raspberry pi pico, but keep getting [upload] Error 1
. I have checked that I am using the correct port, and tried uploading with pio run -t upload
. This is what my platformio.ini file looks like:
[env:pico]
platform = raspberrypi
board = pico
framework = arduino
upload_protocol = picotool