You introduced auto detection on an issue thread platformio#2
It works if /media/${USER}/RPI-RP2 presence with the following setting.
[env:pico]
platform = git@github.com:maxgerhardt/platform-raspberrypi.git#develop
; platform = raspberrypi
board = pico
framework = arduino
upload_protocol = mbed
upload_port = /media/asuki/RPI-RP2
However, does not work if /dev/ttyACM0 is mounted.
Thank you.
You introduced auto detection on an issue thread platformio#2
It works if
/media/${USER}/RPI-RP2presence with the following setting.However, does not work if
/dev/ttyACM0is mounted.Thank you.