Quote upload port for Espressif OTA // Issue #417

This commit is contained in:
Ivan Kravets
2015-12-30 18:42:46 +02:00
parent 98ec2237b7
commit f2cad66d79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ env.Replace(
UPLOADEROTAFLAGS=[
"--debug",
"--progress",
"-i", "$UPLOAD_PORT",
"-i", '"$UPLOAD_PORT"',
"$UPLOAD_FLAGS"
],