Random Events

This commit is contained in:
James
2025-12-01 12:00:00 -07:00
parent fec050a3c1
commit cfb0d01ebd
28 changed files with 262 additions and 15 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ def frogpilot_thread():
run_update_checks = True
elif started and not started_previously:
frogpilot_planner = FrogPilotPlanner(error_log)
frogpilot_planner = FrogPilotPlanner(error_log, theme_manager)
frogpilot_tracking = FrogPilotTracking(frogpilot_planner, frogpilot_toggles)
transition_onroad(error_log)