Workbench list of all devices for login account

Hi... just wondering if Workbench have a similar feature as WebIDE whereby one can select device visually and then flash it.

No, the Particle: Configure Project for Device command has a text input box that accepts a name or Device ID.

However, if you Particle: Launch CLI you can use the particle list command, and it contains some useful filters:

particle list online    # show online devices only
particle list boron     # show boron devices only
particle list --help    # show other options

Thanks Rick

I guess I can use the Workbench for testing (debugging) then use the WebIDE for bulk flashing..

I'd strongly recommend using Product Firmware releases for Bulk Flashing :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.