mirror of https://github.com/1okko/openpilot.git
Update car_helpers.py
This commit is contained in:
parent
77a07f1295
commit
5ae3bf2665
|
@ -26,7 +26,7 @@ def get_startup_event(car_recognized, controller_available, fw_seen):
|
||||||
if is_comma_remote() and is_tested_branch():
|
if is_comma_remote() and is_tested_branch():
|
||||||
event = EventName.startup
|
event = EventName.startup
|
||||||
else:
|
else:
|
||||||
event = EventName.startupMaster
|
event = EventName.startup
|
||||||
|
|
||||||
if not car_recognized:
|
if not car_recognized:
|
||||||
if fw_seen:
|
if fw_seen:
|
||||||
|
|
Loading…
Reference in New Issue