This commit is contained in:
Your Name
2024-05-17 13:39:10 -05:00
parent 1a4bf1b318
commit ce52a65ed7

View File

@@ -332,7 +332,6 @@ void ui_update_frogpilot_params(UIState *s) {
scene.adjacent_path = custom_paths && params.getBool("AdjacentPath"); scene.adjacent_path = custom_paths && params.getBool("AdjacentPath");
scene.adjacent_path_metrics = scene.adjacent_path && params.getBool("AdjacentPathMetrics"); scene.adjacent_path_metrics = scene.adjacent_path && params.getBool("AdjacentPathMetrics");
scene.blind_spot_path = custom_paths && params.getBool("BlindSpotPath"); 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.fps_counter = custom_onroad_ui && params.getBool("FPSCounter");
scene.lead_info = scene.longitudinal_control && custom_onroad_ui && params.getBool("LeadInfo"); scene.lead_info = scene.longitudinal_control && custom_onroad_ui && params.getBool("LeadInfo");
scene.pedals_on_ui = custom_onroad_ui && params.getBool("PedalsOnUI"); scene.pedals_on_ui = custom_onroad_ui && params.getBool("PedalsOnUI");