platformio / platformio-vscode-ide

PlatformIO IDE for VSCode: The next generation integrated development environment for IoT
https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide
Apache License 2.0
1.21k stars 193 forks source link

Upload Filesystem Image Always Defaults to Auto-Detect Port #4126

Open GeorgeIoak opened 1 week ago

GeorgeIoak commented 1 week ago

If you select a port rather than using Auto-Detect the flashing operation correctly uses the selected port. If you choose Upload Filesystem Image from the PIO menu it always uses Auto-Detect instead of using the selected port like the flashing operation does.

valeros commented 1 week ago

Hi @GeorgeIoak, thanks for the report. I've reproduced the issue and it seems that the problem is related to the IDE so I moved it to an appropriate repository.

Steps to reproduce:

GeorgeIoak commented 1 week ago

Thanks for confirming it. It's been around for a while, I'm surprised that no one else has reported it.

GeorgeIoak commented 1 week ago

BTW, This also happens for the Erase Flash command as well