Fix issue with PIO Unified Debugger and "debug_load_mode = always"

This commit is contained in:
Ivan Kravets
2018-02-16 14:52:36 +02:00
parent 1d6dcb1c5a
commit f1f42c6888
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: a77f8fc882...61c8aa308d

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.14.0,<2",
"tool-pioplus": ">=0.14.1,<2",
"tool-unity": "~1.20302.1",
"tool-scons": "~2.20501.3"
}