Skip to content

Instantly share code, notes, and snippets.

@punkdata
Created March 21, 2018 17:54
Show Gist options
  • Save punkdata/79eaf0f06795cef0e70aacf40c687f6c to your computer and use it in GitHub Desktop.
Save punkdata/79eaf0f06795cef0e70aacf40c687f6c to your computer and use it in GitHub Desktop.
Ubuntu Arduino fix for Acccess Denied when Uploading
# 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