Skip to content

Commit eecd894

Browse files
committed
Other suggestions from code review
1 parent 6f172e8 commit eecd894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cli/arguments/fqbn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (f *Fqbn) Set(fqbn string) {
6565
// parameters provided by the user.
6666
// This determine the FQBN based on:
6767
// - 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
6969
// - it tries to autodetect the board connected to the given port flags
7070
// If all above methods fails, it returns the empty string.
7171
// The Port metadata are always returned except if:

Diff for: docs/sketch-specification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Foo
120120
|_ Ghi.h
121121
|_ Jkl.h
122122
|_ Jkl.S
123-
|_ sketch.json
123+
|_ sketch.yaml
124124
|_ data
125125
| |_ Schematic.pdf
126126
|_ src

0 commit comments

Comments
 (0)