File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,12 @@ tools.dfu-util.upload.params.quiet=
104
104
# -Q introduced with latest dfu-util
105
105
tools.dfu-util.upload.pattern="{path}/{cmd}" --device {upload.vid}:{pid.0},:{upload.pid} -D "{build.path}/{build.project_name}.bin" -a{upload.interface} -Q
106
106
107
- pluggable_discovery.required=builtin:dfu-discovery
107
+ # Required discoveries and monitors
108
+ # ---------------------------------
109
+ pluggable_discovery.required.0=builtin:serial-discovery
110
+ pluggable_discovery.required.1=builtin:mdns-discovery
111
+ pluggable_discovery.required.2=builtin:dfu-discovery
112
+ pluggable_monitor.required.serial=builtin:serial-monitor
108
113
109
114
tools.bossac.path={runtime.tools.bossac-1.9.1-arduino5.path}
110
115
tools.bossac.cmd=bossac
You can’t perform that action at this time.
0 commit comments