Skip to content

Commit 895bba6

Browse files
committed
Merge pull request arduino#108 from tbowmo/master
Corrected board definitons (discussed with Henrik)
2 parents 8d757f6 + 4858b18 commit 895bba6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: hardware/MySensors/avr/boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
MysensorsMicro.name=Mysensors Micro
2+
MysensorsMicro.name=Sensebender Micro
33

44
MysensorsMicro.upload.tool=arduino:avrdude
55
MysensorsMicro.upload.protocol=arduino

Diff for: hardware/MySensors/avr/platform.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
7777
# AVR Uploader/Programmers tools
7878
# ------------------------------
7979

80-
tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
81-
tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
80+
tools.avrdude.cmd.path={path}/bin/avrdude
81+
tools.avrdude.config.path={path}/etc/avrdude.conf
82+
tools.avrdude.path={runtime.tools.avrdude.path}
8283

8384
tools.avrdude.upload.params.verbose=-v
8485
tools.avrdude.upload.params.quiet=-q -q

0 commit comments

Comments
 (0)