Skip to content

Commit f021915

Browse files
silvanocerzacmaglie
authored andcommitted
Fix documentation
1 parent a18e8b4 commit f021915

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/UPGRADING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ The errors are automatically sent to output via `feedback` package, as for the o
5858

5959
Both the `board attach` CLI command and the `cc.arduino.cli.commands.v1.BoardAttach` gRPC command have been removed.
6060

61-
They are not replaced by any new command, the only way to get the same behaviour is to edit the `sketch.json` file either manually or automatically with other tools.
61+
They are not replaced by any new command, the only way to get the same behaviour is to edit the `sketch.json` file
62+
either manually or automatically with other tools.
6263

6364
## 0.28.0
6465

docs/sketch-specification.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ the `data` folder, so any non-code files outside the `data` folder are stripped.
7171
Arduino CLI and Arduino Web Editor use a file named sketch.json, located in the sketch root folder, to store sketch
7272
metadata.
7373

74-
The `cpu` key contains the board configuration information. This can be set via
75-
[`arduino-cli board attach`](commands/arduino-cli_board_attach.md) or by selecting a board in the Arduino Web Editor
76-
while the sketch is open. With this configuration set, it is not necessary to specify the `--fqbn` or `--port` flags to
77-
the [`arduino-cli compile`](commands/arduino-cli_compile.md) or [`arduino-cli upload`](commands/arduino-cli_upload.md)
78-
commands when compiling or uploading the sketch.
74+
The `cpu` key contains the board configuration information. This can be set manually or by selecting a board in the
75+
Arduino Web Editor while the sketch is open. With this configuration set, it is not necessary to specify the `--fqbn` or
76+
`--port` flags to the [`arduino-cli compile`](commands/arduino-cli_compile.md) or
77+
[`arduino-cli upload`](commands/arduino-cli_upload.md) commands when compiling or uploading the sketch.
7978

8079
The `included_libs` key defines the library versions the Arduino Web Editor uses when the sketch is compiled. This is
8180
Arduino Web Editor specific because all versions of all the Library Manager libraries are pre-installed in Arduino Web

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ nav:
5252
- Command reference:
5353
- arduino-cli: commands/arduino-cli.md
5454
- board: commands/arduino-cli_board.md
55-
- board attach: commands/arduino-cli_board_attach.md
5655
- board details: commands/arduino-cli_board_details.md
5756
- board list: commands/arduino-cli_board_list.md
5857
- board listall: commands/arduino-cli_board_listall.md

0 commit comments

Comments
 (0)