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