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
{{ message }}
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Describe the bug
Inside the Select Board dialog, when I choose a board (es. Arduino Mini) I would expect to see the flavours section in order to change boards' custom options.
To Reproduce
Open the Select Board dialog
Choose a customizable board (es. Arduino Mini)
Expected behavior
The flavours section should appear with the selected board options
Screenshots
Behavior on the Arduino Web Editor
Behavior on the Arduino Pro IDE
Desktop (please complete the following information):
OS: any
Version any
The text was updated successfully, but these errors were encountered:
Some board (es. 'Arduino Mini') are distributed with the same fqbn (arduino:avr:mini) but with some different specifications (as the processor, CPU frequency, etc...) defined as extra fields in the fqbn (arduino:avr:mini:cpu=atmega168;).
In the Web IDE (as you can see in the second screenshot) these kinds of differences are defined as 'flavours' and the user can choose the right board.
Fortunately, the CLI has a command (boardDetails) where you can retrieve these options but the IDE still not handle them.
👍 Cool, thanks for explaining! Are you working on this item? Just asking why is it scheduled for the milestone? Did you put it in the milestone on purpose?
Describe the bug
Inside the
Select Board
dialog, when I choose a board (es. Arduino Mini) I would expect to see the flavours section in order to change boards' custom options.To Reproduce
Select Board
dialogArduino Mini
)Expected behavior
The flavours section should appear with the selected board options
Screenshots
Behavior on the
Arduino Web Editor
Behavior on the
Arduino Pro IDE
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: