From 710b150fcdb7e385b185eb97caf530b5bc519102 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 28 Nov 2018 17:28:14 +0200 Subject: [PATCH] Switch PIO Home to native WebSockets (next step to PY3) --- 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 d23bc35a..1c5a814f 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -26,7 +26,7 @@ from platformio.managers.package import PackageManager CORE_PACKAGES = { "contrib-piohome": "^2.0.0", "contrib-pysite": "^2.%d%d.0" % (sys.version_info[0], sys.version_info[1]), - "tool-pioplus": "^1.5.0", + "tool-pioplus": "^2.0.0", "tool-unity": "~1.20403.0", "tool-scons": "~2.20501.7" }