File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
- MysensorsMicro.name=Mysensors Micro
2
+ MysensorsMicro.name=Sensebender Micro
3
3
4
4
MysensorsMicro.upload.tool=arduino:avrdude
5
5
MysensorsMicro.upload.protocol=arduino
Original file line number Diff line number Diff line change @@ -77,8 +77,9 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
77
77
# AVR Uploader/Programmers tools
78
78
# ------------------------------
79
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
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}
82
83
83
84
tools.avrdude.upload.params.verbose=-v
84
85
tools.avrdude.upload.params.quiet=-q -q
You can’t perform that action at this time.
0 commit comments