Rename “debug_link” option to “debug_tool”

This commit is contained in:
Ivan Kravets
2017-04-01 14:35:55 +03:00
parent 8055c84087
commit 73f4bce99a
7 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager
CORE_PACKAGES = {
"pysite-pioplus": ">=0.3.0,<2",
"tool-pioplus": ">=0.7.1,<2",
"tool-pioplus": ">=0.7.3,<2",
"tool-unity": "~1.20302.1",
"tool-scons": "~3.20501.2"
}