Merge remote-tracking branch 'origin/feature/slc' into ui/slc-ui

This commit is contained in:
nayan8teen
2025-06-02 21:17:20 -04:00
+2 -2
View File
@@ -152,7 +152,7 @@ EVENTS_SP: dict[int, dict[str, Alert | AlertCallbackType]] = {
"",
"",
AlertStatus.normal, AlertSize.none,
Priority.MID, VisualAlert.none, AudibleAlert.promptSingleLow, .45),
Priority.MID, VisualAlert.none, AudibleAlert.none, .45), # TODO-SP: AudibleAlert.promptSingleLow
},
EventNameSP.speedLimitActive: {
@@ -168,7 +168,7 @@ EVENTS_SP: dict[int, dict[str, Alert | AlertCallbackType]] = {
"",
"",
AlertStatus.normal, AlertSize.none,
Priority.MID, VisualAlert.none, AudibleAlert.promptSingleHigh, .45),
Priority.MID, VisualAlert.none, AudibleAlert.none, .45), # TODO-SP: AudibleAlert.promptSingleHigh
},
EventNameSP.speedLimitValueChange: {