Fixed issue when debugger fails with a space in path to a project // Resolve #954

This commit is contained in:
Ivan Kravets
2017-05-05 19:45:54 +03:00
parent a8da7dcfd3
commit 2827e7dc3a
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 1a6c873fe5...53ab5b0db3

View File

@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager
CORE_PACKAGES = {
"pysite-pioplus": ">=0.3.0,<2",
"tool-pioplus": ">=0.8.5,<2",
"tool-pioplus": ">=0.8.6,<2",
"tool-unity": "~1.20302.1",
"tool-scons": "~3.20501.2"
}