Update process_config.py
This commit is contained in:
parent
612ec2e310
commit
ce97b33d77
|
@ -57,8 +57,8 @@ def run_new_modeld(started, params, CP: car.CarParams, secret_good_openpilot) ->
|
||||||
return started and secret_good_openpilot
|
return started and secret_good_openpilot
|
||||||
|
|
||||||
############################################################################################
|
############################################################################################
|
||||||
def enable_dm(started, params, CP: car.CarParams) -> bool:
|
def enable_dm(started, params, CP: car.CarParams, secret_good_openpilot) -> bool:
|
||||||
return driverview(started, params, CP) and not (True and True)
|
return driverview(started, params, CP, secret_good_openpilot) and not (True and True)
|
||||||
############################################################################################
|
############################################################################################
|
||||||
|
|
||||||
procs = [
|
procs = [
|
||||||
|
|
Loading…
Reference in New Issue