File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ func (f *Fqbn) Set(fqbn string) {
65
65
// parameters provided by the user.
66
66
// This determine the FQBN based on:
67
67
// - the value of the FQBN flag if explicitly specified, otherwise
68
- // - the FQBN value in sketch.json if available, otherwise
68
+ // - the default FQBN value in sketch.yaml (`default_fqbn` key) if available, otherwise
69
69
// - it tries to autodetect the board connected to the given port flags
70
70
// If all above methods fails, it returns the empty string.
71
71
// The Port metadata are always returned except if:
Original file line number Diff line number Diff line change 120
120
|_ Ghi.h
121
121
|_ Jkl.h
122
122
|_ Jkl.S
123
- |_ sketch.json
123
+ |_ sketch.yaml
124
124
|_ data
125
125
| |_ Schematic.pdf
126
126
|_ src
You can’t perform that action at this time.
0 commit comments