add arduino shortcut to desktop #1

Open
opened 2023-05-17 11:20:54 +03:00 by yair · 1 comment
Owner

currently to run arduino we need to

### to run arduino 
#set permission for serial port 
sudo chmod 666 /dev/ttyACM0

#run ardunio IDE
nix run nixpkgs#arduino

would be nice to have a desktop launcher.

currently to run arduino we need to ``` ### to run arduino #set permission for serial port sudo chmod 666 /dev/ttyACM0 #run ardunio IDE nix run nixpkgs#arduino ``` would be nice to have a desktop launcher.
Author
Owner

also an issue is that after reboot it doesn't save changes to ~/.arduino15/preferences.txt preferences settings.

like additional board location

also an issue is that after reboot it doesn't save changes to `~/.arduino15/preferences.txt` preferences settings. like additional board location
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tami/tami-nix-infra#1
No description provided.