From 7b6ecf4e457ba6aaa2c74f3da4e8325450fadee4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 15 Dec 2017 00:22:40 +0200 Subject: [PATCH] Fix broken authentication via PIO Home // Resolve #1229 Resolve #1230 Resolve #1231 --- platformio/managers/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/managers/core.py b/platformio/managers/core.py index d3f3a98b..e627239a 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.5.3,<2", "pysite-pioplus": ">=0.4.2,<2", - "tool-pioplus": ">=0.12.0,<2", + "tool-pioplus": ">=0.12.1,<2", "tool-unity": "~1.20302.1", "tool-scons": "~3.20501.2" }