We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5769d7 commit e88beebCopy full SHA for e88beeb
command/device/listfqbn.go
@@ -76,8 +76,7 @@ func ListFQBN() ([]FQBNInfo, error) {
76
return nil, fmt.Errorf("cannot parse boards retrieved from builder.arduino.cc: %w", err)
77
}
78
79
- fqbnList.Items = filterFQBN(fqbnList.Items)
80
- return fqbnList.Items, nil
+ return filterFQBN(fqbnList.Items), nil
81
82
83
// filterFQBN takes a list of fqbn and returns only the
0 commit comments