We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9335cf + 694ced1 commit f680382Copy full SHA for f680382
platform.txt
@@ -220,4 +220,4 @@ tools.dfu_util.path.macosx={runtime.tools.STM32Tools.path}/tools/macosx/dfu-util
220
tools.dfu_util.path.linux={runtime.tools.STM32Tools.path}/tools/linux
221
tools.dfu_util.upload.params.verbose=-v
222
tools.dfu_util.upload.params.quiet=
223
-tools.dfu_util.upload.pattern="{path}/{cmd}" --device {upload.usbID} -a 0 --dfuse-address {upload.address}:leave -D "{build.path}/{build.project_name}.bin"
+tools.dfu_util.upload.pattern="{path}/{cmd}" --device {upload.usbID} -a 0 --dfuse-address {upload.address} -D "{build.path}/{build.project_name}.bin"
0 commit comments