We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de805eb commit dae433dCopy full SHA for dae433d
builder/main.py
@@ -273,7 +273,7 @@ def __configure_upload_port(env):
273
'"%s"' % (platform.get_package_dir("tool-stm32duino") or ""),
274
"stm32flash", "stm32flash"),
275
UPLOADERFLAGS=[
276
- "-i %s" % board.get("upload.gpiostring") if board.get("upload.gpiostring", False) else "",
+ "-i%s" % board.get("upload.gpiostring") if board.get("upload.gpiostring", False) else "",
277
"-g", board.get("upload.offset_address", "0x08000000"),
278
"-b", env.subst("$UPLOAD_SPEED") or "115200", "-w"
279
],
0 commit comments