We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f172e8 commit eecd894Copy full SHA for eecd894
cli/arguments/fqbn.go
@@ -65,7 +65,7 @@ func (f *Fqbn) Set(fqbn string) {
65
// parameters provided by the user.
66
// This determine the FQBN based on:
67
// - the value of the FQBN flag if explicitly specified, otherwise
68
-// - the FQBN value in sketch.json if available, otherwise
+// - the default FQBN value in sketch.yaml (`default_fqbn` key) if available, otherwise
69
// - it tries to autodetect the board connected to the given port flags
70
// If all above methods fails, it returns the empty string.
71
// The Port metadata are always returned except if:
docs/sketch-specification.md
@@ -120,7 +120,7 @@ Foo
120
|_ Ghi.h
121
|_ Jkl.h
122
|_ Jkl.S
123
-|_ sketch.json
+|_ sketch.yaml
124
|_ data
125
| |_ Schematic.pdf
126
|_ src
0 commit comments