mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Update PIO Remote to 2.5.5
This commit is contained in:
@ -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",
|
||||
|
@ -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
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user