Closed
Description
Describe the problem
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.
Arduino IDE version
2.1.1
Operating system
macOS
Operating system version
13.4.1
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details