Created
March 21, 2018 17:54
-
-
Save punkdata/79eaf0f06795cef0e70aacf40c687f6c to your computer and use it in GitHub Desktop.
Ubuntu Arduino fix for Acccess Denied when Uploading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# When getting access denied during upload function in arduino use this cmd to give current user permission on Ubuntu OS | |
sudo usermod -a -G dialout $USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment