We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d757f6 + 4858b18 commit 895bba6Copy full SHA for 895bba6
hardware/MySensors/avr/boards.txt
@@ -1,5 +1,5 @@
1
2
-MysensorsMicro.name=Mysensors Micro
+MysensorsMicro.name=Sensebender Micro
3
4
MysensorsMicro.upload.tool=arduino:avrdude
5
MysensorsMicro.upload.protocol=arduino
hardware/MySensors/avr/platform.txt
@@ -77,8 +77,9 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
77
# AVR Uploader/Programmers tools
78
# ------------------------------
79
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
+tools.avrdude.cmd.path={path}/bin/avrdude
+tools.avrdude.config.path={path}/etc/avrdude.conf
82
+tools.avrdude.path={runtime.tools.avrdude.path}
83
84
tools.avrdude.upload.params.verbose=-v
85
tools.avrdude.upload.params.quiet=-q -q
0 commit comments