From 8410828fca247d33d3a20c9a370db4be1fcba2dc Mon Sep 17 00:00:00 2001 From: dragonpilot Date: Fri, 6 Mar 2020 13:45:58 +1000 Subject: [PATCH] use gitee ip to check online status --- selfdrive/updated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/updated.py b/selfdrive/updated.py index ab7dfabf1..b25f53f15 100755 --- a/selfdrive/updated.py +++ b/selfdrive/updated.py @@ -366,7 +366,7 @@ def main(gctx=None): while True: # try network - ping_failed = subprocess.call(["ping", "-W", "4", "-c", "1", "8.8.8.8"]) + ping_failed = subprocess.call(["ping", "-W", "4", "-c", "1", "117.28.245.92"]) if not ping_failed: # download application update