diff options
author | David Runge <dave@sleepmap.de> | 2016-03-11 10:33:53 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-03-11 10:33:53 +0100 |
commit | d34e4b00bf7a36cd8b1e2dbcbcfe3631d91145a1 (patch) | |
tree | d0b0c4b1903a7477d17dcc54b981858a9f8f7b3a /.arduino | |
parent | 82f47004dc4ac689f11764c69d6b307b96932bd7 (diff) | |
download | dotfiles-d34e4b00bf7a36cd8b1e2dbcbcfe3631d91145a1.tar.gz dotfiles-d34e4b00bf7a36cd8b1e2dbcbcfe3631d91145a1.tar.bz2 dotfiles-d34e4b00bf7a36cd8b1e2dbcbcfe3631d91145a1.tar.xz dotfiles-d34e4b00bf7a36cd8b1e2dbcbcfe3631d91145a1.zip |
.arduino/preferences.txt: updating sketch stuff
Diffstat (limited to '.arduino')
-rw-r--r-- | .arduino/preferences.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.arduino/preferences.txt b/.arduino/preferences.txt index 28ebc18..27d7c03 100644 --- a/.arduino/preferences.txt +++ b/.arduino/preferences.txt @@ -43,13 +43,13 @@ last.ide.1.0.6.daterun=1411912958 last.ide.1.0.6.hardwarepath=/usr/share/arduino/hardware last.ide.1.6.0.daterun=1424022507 last.ide.1.6.0.hardwarepath=/usr/share/arduino/hardware -last.ide.1.6.7.daterun=1453680150 +last.ide.1.6.7.daterun=1456069632 last.ide.1.6.7.hardwarepath=/usr/share/arduino/hardware -last.screen.height=1440 -last.screen.width=2560 +last.screen.height=768 +last.screen.width=1366 last.serial.location=1277,707,1286,736 last.sketch.count=1 -last.sketch0.location=1277,-2,1286,1445,632,0 +last.sketch0.location=-3,-5,1372,776,212,0 last.sketch0.path=/home/dave/git/sketchbooks/arduino-sketchbook/firmware/firmware.ino launcher=xdg-open platform.auto_file_type_associations=true @@ -61,7 +61,7 @@ preproc.save_build_files=false preproc.substitute_floats=true preproc.substitute_unicode=true preproc.web_colors=true -programmer=arduino:stk500 +programmer=arduino:usbasp proxy.manual.hostname= proxy.manual.password= proxy.manual.port= @@ -82,10 +82,10 @@ run.window.bgcolor=#DFDFDF serial.databits=8 serial.debug_rate=9600 serial.parity=N -serial.port=/dev/ttyUSB0 -serial.port.file=ttyUSB0 +serial.port=/dev/ttyACM0 +serial.port.file=ttyACM0 serial.stopbits=1 -sketchbook.path=/home/dave/git/sketchbooks/arduino-sketchbook +sketchbook.path=/home/dave/git/sketchbooks/arduino-sketchbook/ software=ARDUINO target=arduino target_package=arduino |