From b230017bdcffc2b07200936c07b3f70431cf9a53 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 1 Feb 2016 11:08:36 +0100 Subject: .arduino/preferences.txt: Updating to latest arduino version. --- .arduino/preferences.txt | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) (limited to '.arduino/preferences.txt') diff --git a/.arduino/preferences.txt b/.arduino/preferences.txt index 6724ae7..28ebc18 100644 --- a/.arduino/preferences.txt +++ b/.arduino/preferences.txt @@ -1,20 +1,26 @@ board=uno +boardsmanager.additional.urls= browser=mozilla +build.verbose=true build.warn_data_percentage=75 +compiler.warning_level=none console=true console.auto_clear=true console.error.file=stderr.txt console.length=500 console.lines=4 console.output.file=stdout.txt +custom_cpu=diecimila_atmega328 editor.antialias=false editor.caret.blink=true +editor.code_folding=false editor.divider.size=0 editor.external=false editor.font=Monospaced,plain,12 editor.indent=true editor.invalid=false editor.keys.alternative_cut_copy_paste=true +editor.keys.home_and_end_beginning_end_of_doc=false editor.keys.home_and_end_travel_far=false editor.keys.shift_backspace_is_delete=true editor.languages.current= @@ -22,6 +28,7 @@ editor.linenumbers=false editor.save_on_verify=true editor.tabs.expand=true editor.tabs.size=2 +editor.update_extension=true editor.window.height.default=600 editor.window.height.min=290 editor.window.width.default=500 @@ -31,14 +38,19 @@ export.application.fullscreen=false export.application.platform=true export.application.stop=true export.delete_target_folder=true +last.folder=/home/dave/git/sketchbooks/arduino-sketchbook/firmware/firmware.ino 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.screen.height=1200 -last.screen.width=1920 -last.sketch.count=0 -last.sketch0.path= +last.ide.1.6.7.daterun=1453680150 +last.ide.1.6.7.hardwarepath=/usr/share/arduino/hardware +last.screen.height=1440 +last.screen.width=2560 +last.serial.location=1277,707,1286,736 +last.sketch.count=1 +last.sketch0.location=1277,-2,1286,1445,632,0 +last.sketch0.path=/home/dave/git/sketchbooks/arduino-sketchbook/firmware/firmware.ino launcher=xdg-open platform.auto_file_type_associations=true preproc.color_datatype=true @@ -49,7 +61,15 @@ preproc.save_build_files=false preproc.substitute_floats=true preproc.substitute_unicode=true preproc.web_colors=true -programmer=arduino:avrispmkii +programmer=arduino:stk500 +proxy.manual.hostname= +proxy.manual.password= +proxy.manual.port= +proxy.manual.type=HTTP +proxy.manual.username= +proxy.pac.url= +proxy.type=auto +recent.sketches=/home/dave/git/sketchbooks/arduino-sketchbook/firmware/firmware.ino run.display=1 run.options= run.options.memory=false @@ -62,7 +82,8 @@ run.window.bgcolor=#DFDFDF serial.databits=8 serial.debug_rate=9600 serial.parity=N -serial.port=COM1 +serial.port=/dev/ttyUSB0 +serial.port.file=ttyUSB0 serial.stopbits=1 sketchbook.path=/home/dave/git/sketchbooks/arduino-sketchbook software=ARDUINO @@ -73,4 +94,5 @@ update.check=true update.id=-5111801774645063504 update.last=1424022508963 upload.using=bootloader +upload.verbose=true upload.verify=true -- cgit v1.2.3-54-g00ecf