Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 449 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 449 Bytes

RoboTeam Basestation

udev rules

For linux users, place the file 99-platformio-udev.rules in the folder /etc/udev/rules.d. This will give Platformio the right permissions to open a connection to the Basestation (specifically, USB devices with vendorId 0483).

dialout group

Linux users have to add themselves to the dialout group : sudo usermod -a -G dialout $USER