File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ when using a serial port, the monitor baud rate can be set to 4800 with the foll
43
43
44
44
## "Permission denied" error in sketch upload
45
45
46
- This problem might happen on some Linux systems, and can be solved by setting up serial port permissions. First, search
46
+ This problem might happen on some Linux systems, and can be solved by setting up serial port permissions. First, search
47
47
for the port your board is connected to, with the command:
48
48
49
49
` $ arduino-cli board list `
50
50
51
- Then add your user to the group with the following command, replacing ` <username> ` with your username and ` <group> ` with
51
+ Then add your user to the group with the following command, replacing ` <username> ` with your username and ` <group> ` with
52
52
your group name. Logging out and in again is necessary for the changes to take effect.
53
53
54
54
` $ sudo usermod -a -G <group> <username> `
You can’t perform that action at this time.
0 commit comments