mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-11 16:02:06 +08:00
Only run rtshield when onroad
This commit is contained in:
@@ -228,7 +228,6 @@ if not PC:
|
||||
if ANDROID:
|
||||
persistent_processes += [
|
||||
'updated',
|
||||
'rtshield',
|
||||
]
|
||||
|
||||
car_started_processes = [
|
||||
@@ -268,6 +267,7 @@ if not PC:
|
||||
if ANDROID:
|
||||
car_started_processes += [
|
||||
'gpsd',
|
||||
'rtshield',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user