-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit 6138864
Correct key name in
The `--dump-profile` flag causes Arduino CLI to print the board and sketch dependencies of that compilation as a YAML
document. This could be copied into a "sketch project file" for later use as a "build profile" specified via the
`--profile` flag.
A typo in the `profiles` key name caused the generated "build profile" entry to not be recognized when added to a
"sketch project file".
The key name is hereby corrected.arduino-cli compile --dump-profile
output (#1846)1 parent 2bbb1b4 commit 6138864
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 | - | ||
306 | + | ||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
|
0 commit comments