You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The board <select> UI component incorrectly shows multiple selected items in the firmware updater, and the SSL root certificate uploader dialogs if the same kind of board is connected multiple times #2158
The board <select> UI component looks bogus. IDE2 detects "selection" based on the FQBN only. When I have the same board detected by the CLI multiple times, multiple items are selected in the <select> component. (Note, it is sufficient to associate the same FQBN with any detected ports, such as built-in serial, etc. You do not need to have the boards to reproduce the bug.
To reproduce
Have two boards capable of uploading SSL root certificate or firmware updater boards (MKR1000, Nano 33 IoT, etc.),
If you do not have the boards, you can still configure them as the board of any detected port,
Open the SSL root certificate or firmware uploader dialogs,
See that multiple <option>s are selected in the <select> UI element
board_select_ide2.mp4
Expected behavior
IDE2 can distinguish by port if there is a FQBN collision.