Skip to content

Commit 5017ace

Browse files
committed
platform: fix modern discoverers
1 parent f185a57 commit 5017ace

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

platform.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,12 @@ tools.dfu-util.upload.params.quiet=
104104
# -Q introduced with latest dfu-util
105105
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
106106

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
108113

109114
tools.bossac.path={runtime.tools.bossac-1.9.1-arduino5.path}
110115
tools.bossac.cmd=bossac

0 commit comments

Comments
 (0)