From cea00a6c14920ab4adffdd425e122ea711489212 Mon Sep 17 00:00:00 2001 From: nayan Date: Tue, 12 Aug 2025 12:00:53 -0400 Subject: [PATCH] todo --- selfdrive/ui/feedback/feedbackd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/feedback/feedbackd.py b/selfdrive/ui/feedback/feedbackd.py index df8cad26fc..90f77ad3aa 100755 --- a/selfdrive/ui/feedback/feedbackd.py +++ b/selfdrive/ui/feedback/feedbackd.py @@ -9,6 +9,7 @@ FEEDBACK_MAX_DURATION = 10.0 ButtonType = car.CarState.ButtonEvent.Type ButtonTypeSP = custom.CarStateSP.ButtonEvent.Type +# TODO-SP: Use common python enum when we move to raylib? CUSTOM_MAPPING_BOOKMARK = 1 # Custom button mapping value for bookmark action