We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f185a57 commit 5017aceCopy full SHA for 5017ace
platform.txt
@@ -104,7 +104,12 @@ tools.dfu-util.upload.params.quiet=
104
# -Q introduced with latest dfu-util
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
107
-pluggable_discovery.required=builtin:dfu-discovery
+# 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
113
114
tools.bossac.path={runtime.tools.bossac-1.9.1-arduino5.path}
115
tools.bossac.cmd=bossac
0 commit comments