Skip to content

Commit 0aea304

Browse files
authored
Fix formatting
1 parent b41effc commit 0aea304

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/FAQ.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ when using a serial port, the monitor baud rate can be set to 4800 with the foll
4343

4444
## "Permission denied" error in sketch upload
4545

46-
This problem might happen on some Linux systems, and can be solved by setting up serial port permissions. First, search for the port your board is connected to, with the command:
46+
This problem might happen on some Linux systems, and can be solved by setting up serial port permissions. First, search
47+
for the port your board is connected to, with the command:
4748

4849
`$ arduino-cli board list`
4950

50-
Then add your user to the group with the following command, replacing `<username>` with your username and `<group>` with your group name. Logging out and in again is necessary for the changes to take effect.
51+
Then add your user to the group with the following command, replacing `<username>` with your username and `<group>` with
52+
your group name. Logging out and in again is necessary for the changes to take effect.
5153

5254
`$ sudo usermod -a -G <group> <username>`
5355

0 commit comments

Comments
 (0)