Update PIO Remote to 2.5.5

This commit is contained in:
Ivan Kravets
2019-09-27 19:36:49 +03:00
parent 9a3dcd3daa
commit 3dcf1784fb
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ from platformio.project.config import ProjectConfig
CORE_PACKAGES = {
"contrib-piohome": "^2.3.2",
"contrib-pysite": "~2.%d%d.190418" % (sys.version_info[0], sys.version_info[1]),
"tool-pioplus": "^2.5.2",
"tool-pioplus": "^2.5.5",
"tool-unity": "~1.20403.0",
"tool-scons": "~2.20501.7" if PY2 else "~3.30101.0",
"tool-cppcheck": "~1.189.0",

View File

@ -366,6 +366,7 @@ def get_api_result(url, params=None, data=None, auth=None, cache_valid=None):
PING_INTERNET_IPS = [
"192.30.253.113", # github.com
"31.28.1.238", # dl.platformio.org
"193.222.52.25", # dl.platformio.org
]