Skip to content

Commit 1d2b07a

Browse files
authored
Update main.py
1 parent 104bab8 commit 1d2b07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ def firmware_metrics(target, source, env):
772772
"detect",
773773
"$FS_START",
774774
],
775-
UPLOADCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCE',
775+
UPLOADCMD='$UPLOADER $UPLOADERFLAGS $SOURCE',
776776
)
777777

778778
upload_actions = [

0 commit comments

Comments
 (0)