From e2cde8e886eb9160fc4645c75d0738e96b88e33a Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 May 2024 21:45:53 -0500 Subject: [PATCH] wip --- selfdrive/ui/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.h b/selfdrive/ui/ui.h index c2fe1c5..e604638 100644 --- a/selfdrive/ui/ui.h +++ b/selfdrive/ui/ui.h @@ -20,7 +20,7 @@ const int UI_BORDER_SIZE = 20; // clearpilot const int UI_HEADER_HEIGHT = 420; -2 + const int UI_FREQ = 20; // Hz const int BACKLIGHT_OFFROAD = 50; typedef cereal::CarControl::HUDControl::AudibleAlert AudibleAlert;