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

View File

@ -14,7 +14,7 @@
import sys
VERSION = (2, 7, "0.dev13")
VERSION = (2, 7, "0.dev14")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"

View File

@ -115,7 +115,7 @@ env.Replace(
UPLOADEROTAFLAGS=[
"--debug",
"--progress",
"-i", "$UPLOAD_PORT",
"-i", '"$UPLOAD_PORT"',
"$UPLOAD_FLAGS"
],