Control PIO Unified Debugger and its firmware loading mode using "debug_load_mode" option

This commit is contained in:
Ivan Kravets
2018-02-15 19:44:29 +02:00
parent 18c6fe98ee
commit 6b36a29858
4 changed files with 10 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ from platformio.managers.package import PackageManager
CORE_PACKAGES = {
"contrib-piohome": ">=0.6.1,<2",
"contrib-pysite": ">=0.1.2,<2",
"tool-pioplus": ">=0.13.5,<2",
"tool-pioplus": ">=0.14.0,<2",
"tool-unity": "~1.20302.1",
"tool-scons": "~2.20501.3"
}