Skip to content

Commit 38d0626

Browse files
Update docs/FAQ.md
Co-authored-by: per1234 <[email protected]>
1 parent ba6883f commit 38d0626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ installed. On Windows, a good choice for command line usage is Plink, included w
3232
`$ arduino-cli monitor -p <port> --describe`
3333

3434
These parameters can be modified by passing a list of `<key>=<desiredValue>` pairs to the `--config` flag. For example,
35-
to change the baud rate of the serial monitor to 4800, the command would be the following:
35+
when using a serial port, the monitor baud rate can be set to 4800 with the following command:
3636

3737
`$ arduino-cli monitor -p <port> --config baudrate=4800`
3838

0 commit comments

Comments
 (0)