Skip to content

Commit fe05c7a

Browse files
committedJun 16, 2020
Add a README
1 parent 7594b77 commit fe05c7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Arduino IDE Flatpak
2+
3+
Flatpak build of [Arduino IDE](https://github.com/arduino/Arduino). To run the
4+
app you need USB permissions, preferably, the user has to be part of the
5+
`dialout` group. Alternatively, add
6+
``` sh
7+
KERNEL=="ttyUSB[0-9]*",MODE="0666"
8+
KERNEL=="ttyACM[0-9]*",MODE="0666"
9+
```
10+
to `/etc/udev/rules.d/50-arduino.rules`.

0 commit comments

Comments
 (0)
Please sign in to comment.