diff --git a/docs b/docs index a77f8fc8..61c8aa30 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit a77f8fc882916e68c12dcc275cdc8145f26b5888 +Subproject commit 61c8aa308d5739c7c6acb27aef65ccbf43a48c9b diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 024bf8a1..246eb7a0 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -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" }