Add platformio fix to readme

This commit is contained in:
Riyyi
2018-01-17 15:00:36 +01:00
parent 71636b1645
commit 250d569290
+4
View File
@@ -167,3 +167,7 @@ Network:
```sh ```sh
$ systemctl enable netctl-auto@wlan0.service $ systemctl enable netctl-auto@wlan0.service
``` ```
Give permission to /dev/ttyUSB0 for PlatformIO
```sh
$ gpasswd -a <user> uucp:
```