Commit de2937f Erik Tylek Kettenburg
committed
1 parent 2f74dc9 commit de2937f Copy full SHA for de2937f
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
65
65
# AVR Uploader/Programmers tools
66
66
# ------------------------------
67
67
68
- tools.micronucleus.cmd.path={sketchbook .path}/hardware/digistump/avr/tools/avrdude
69
- tools.micronucleus.cmd.path.linux={sketchbook .path}/hardware/digistump/avr/tools/avrdude
68
+ tools.micronucleus.cmd.path={runtime.ide .path}/hardware/digistump/avr/tools/avrdude
69
+ tools.micronucleus.cmd.path.linux={runtime.ide .path}/hardware/digistump/avr/tools/avrdude
70
70
71
71
tools.micronucleus.upload.params.verbose=-v
72
72
tools.micronucleus.upload.params.quiet=-q
@@ -77,4 +77,4 @@ tools.micronucleus.upload.pattern="{cmd.path}" -cdigispark --timeout 60 -Uflash:
77
77
# Default blank usb manufacturer will be filled it at compile time
78
78
# - from numeric vendor ID, set to Unknown otherwise
79
79
build.usb_manufacturer=
80
- build.usb_flags=
80
+ build.usb_flags=
You can’t perform that action at this time.
0 commit comments