Open
Description
Expected Behavior
After you've connected to a device with a unique name (such as a microbit) or user-settable device name (such as an EV3), the connected modal show display this name.
Two reasons this would be useful:
- On connection, helps confirm that you've connected to the intended device.
- Later, when you re-open the modal, you can check which device is connected.
Adding this feature will require a little bit of code in the VM to store the connected device name, and a public API to access it so that the GUI can request it.
Actual Behavior
Device name is not currently displayed in the connected step.