Extend remote hosts with PlatformIO when checking internet connection

This commit is contained in:
Ivan Kravets
2020-04-24 16:25:02 +03:00
parent f0576ddcd9
commit b285c3137a

View File

@ -365,6 +365,7 @@ def get_api_result(url, params=None, data=None, auth=None, cache_valid=None):
PING_REMOTE_HOSTS = [
"140.82.118.3", # Github.com
"35.231.145.151", # Gitlab.com
"88.198.170.159", # platformio.org
"github.com",
"platformio.org",
]