Acceleration path

Added toggle to always show the vehicle's acceleration/deceleration via the onroad UI path.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 6c946fc97a
commit f01d5fb25a
6 changed files with 6 additions and 2 deletions

View File

@@ -244,6 +244,7 @@ void ui_update_frogpilot_params(UIState *s) {
UIScene &scene = s->scene;
bool custom_onroad_ui = params.getBool("CustomUI");
scene.acceleration_path = custom_onroad_ui && params.getBool("AccelerationPath");
bool quality_of_life_controls = params.getBool("QOLControls");