Quote upload port for Espressif OTA // Issue #417

This commit is contained in:
Ivan Kravets
2015-12-30 19:23:58 +02:00
parent 56c5ba6fbb
commit d139225ffb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ env.Replace(
UPLOADEROTAFLAGS=[
"--debug",
"--progress",
"-i", "$UPLOAD_PORT",
"-i", '"$UPLOAD_PORT"',
"$UPLOAD_FLAGS"
],