From ce52a65ed79e73d278da677246333e65d55b8b74 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 May 2024 13:39:10 -0500 Subject: [PATCH] wip --- selfdrive/ui/ui.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/ui.cc b/selfdrive/ui/ui.cc index 96f0a9d..5c6fa69 100755 --- a/selfdrive/ui/ui.cc +++ b/selfdrive/ui/ui.cc @@ -332,7 +332,6 @@ void ui_update_frogpilot_params(UIState *s) { scene.adjacent_path = custom_paths && params.getBool("AdjacentPath"); scene.adjacent_path_metrics = scene.adjacent_path && params.getBool("AdjacentPathMetrics"); scene.blind_spot_path = custom_paths && params.getBool("BlindSpotPath"); - scene.compass = custom_onroad_ui && params.getBool("Compass"); scene.fps_counter = custom_onroad_ui && params.getBool("FPSCounter"); scene.lead_info = scene.longitudinal_control && custom_onroad_ui && params.getBool("LeadInfo"); scene.pedals_on_ui = custom_onroad_ui && params.getBool("PedalsOnUI");