Update car_helpers.py

This commit is contained in:
1okko 2024-02-15 21:13:40 +08:00 committed by GitHub
parent 77a07f1295
commit 5ae3bf2665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def get_startup_event(car_recognized, controller_available, fw_seen):
if is_comma_remote() and is_tested_branch():
event = EventName.startup
else:
event = EventName.startupMaster
event = EventName.startup
if not car_recognized:
if fw_seen: