diff options
author | David Runge <david.runge@frqrec.com> | 2014-10-06 15:03:21 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-10-06 15:03:21 +0200 |
commit | a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2 (patch) | |
tree | 8d2c2aa52f63a2632d156588fbfcc21924698cba /.arduino | |
parent | 8fc239f0d71ee53889bd4c3c63a7dd1124a5847c (diff) | |
parent | 641776ca9e642e55c974ed3664bfc0a330900ca3 (diff) | |
download | dotfiles-a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2.tar.gz dotfiles-a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2.tar.bz2 dotfiles-a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2.tar.xz dotfiles-a3bfd587dd94a04c0d630c2cb9a7b35dd4aa99e2.zip |
Merge branch 'master' of https://github.com/davezerave/dot
* 'master' of https://github.com/davezerave/dot:
Adding systemd suspend alias
Adding iptables syntax for vim
Adding further ignores for arduino and processing settings folder
Moving arduino and processing sketchbook directory to git subdirectory.
Diffstat (limited to '.arduino')
-rw-r--r-- | .arduino/preferences.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.arduino/preferences.txt b/.arduino/preferences.txt index 6bfc106..1401472 100644 --- a/.arduino/preferences.txt +++ b/.arduino/preferences.txt @@ -69,7 +69,7 @@ serial.debug_rate=9600 serial.parity=N serial.port=COM1 serial.stopbits=1 -sketchbook.path=/home/dave/.arduino/sketchbook +sketchbook.path=/home/dave/git/sketchbooks/arduino-sketchbook target=arduino update.check=true update.id=-5111801774645063504 |