Skip to content

Commit

Permalink
Merge pull request #55 from jonasdn/jonasdn/41
Browse files Browse the repository at this point in the history
provision.sh: Add user to dialout group
  • Loading branch information
ataffanel authored Apr 27, 2021
2 parents 725fd11 + 144f172 commit ebd88b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ sh -c 'echo SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"1915\", ATTRS{idProduct}==\"7
sh -c 'echo SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"1915\", ATTRS{idProduct}==\"0101\", MODE=\"0664\", GROUP=\"plugdev\" >> /etc/udev/rules.d/99-crazyradio.rules'
sh -c 'echo SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"0483\", ATTRS{idProduct}==\"5740\", MODE=\"0664\", GROUP=\"plugdev\" >> /etc/udev/rules.d/99-crazyflie.rules'

# Add user to dialout group, to give access to serial ports
usermod -a -G dialout $USER

# Clone the git repos
mkdir ~/projects
cd ~/projects
Expand Down

0 comments on commit ebd88b4

Please sign in to comment.