Skip to content

Commit 73878ce

Browse files
committed
fix(lint): 💄
Signed-off-by: dankeboy36 <[email protected]>
1 parent 9168cc5 commit 73878ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/sketch-project-file.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ The following fields are available since Arduino CLI 1.1.0:
7272
used in the `monitor` command. Typically is used to set the baudrate for the serial port (for example
7373
`baudrate: 115200`) but any setting/value can be specified. Multiple settings can be set. These fields are optional.
7474
- `<PORT_PROTOCOL>` is the protocol for the port used to upload and monitor the board. Arduino CLI ignores this value at
75-
runtime, so write it only if an external client (for example one using the gRPC [`Port`](/rpc/commands/#port)) needs to restore the `protocol` together with the port `address`. Clients that do not set it should assume their
76-
own default (usually `serial`). This field is optional.
75+
runtime, so write it only if an external client (for example one using the gRPC [`Port`](/rpc/commands/#port)) needs
76+
to restore the `protocol` together with the port `address`. Clients that do not set it should assume their own default
77+
(usually `serial`). This field is optional.
7778

7879
#### Using a system-installed platform.
7980

0 commit comments

Comments
 (0)