Compiled on Mar.26,2024

This commit is contained in:
Comma Device
2024-03-26 00:38:02 +00:00
parent 71d02f3610
commit d4a16fc37f
175 changed files with 16736 additions and 16559 deletions
+17
View File
@@ -247,6 +247,8 @@ std::unordered_map<std::string, uint32_t> keys = {
{"CrosstrekTorque", PERSISTENT},
{"CurrentHolidayTheme", PERSISTENT},
{"CurrentRandomEvent", PERSISTENT},
{"CSLCEnabled", PERSISTENT},
{"CSLCSpeed", PERSISTENT},
{"CurveSensitivity", PERSISTENT},
{"CustomAlerts", PERSISTENT},
{"CustomColors", PERSISTENT},
@@ -263,8 +265,10 @@ std::unordered_map<std::string, uint32_t> keys = {
{"DisableOnroadUploads", PERSISTENT},
{"DisableVTSCSmoothing", PERSISTENT},
{"DisengageVolume", PERSISTENT},
{"DoSoftReboot", CLEAR_ON_MANAGER_START},
{"DragonPilotTune", PERSISTENT},
{"DriverCamera", PERSISTENT},
{"DriverPrivacyProtection", PERSISTENT},
{"DriveStats", PERSISTENT},
{"DynamicPathWidth", PERSISTENT},
{"EngageVolume", PERSISTENT},
@@ -416,6 +420,8 @@ std::unordered_map<std::string, uint32_t> keys = {
{"StockTune", PERSISTENT},
{"StoppingDistance", PERSISTENT},
{"TetheringEnabled", PERSISTENT},
{"TrafficMode", PERSISTENT},
{"TrafficModeActive", CLEAR_ON_OFFROAD_TRANSITION},
{"TurnAggressiveness", PERSISTENT},
{"TurnDesires", PERSISTENT},
{"UnlimitedLength", PERSISTENT},
@@ -430,6 +436,17 @@ std::unordered_map<std::string, uint32_t> keys = {
{"WarningImmediateVolume", PERSISTENT},
{"WheelIcon", PERSISTENT},
{"WheelSpeed", PERSISTENT},
// Customize Params
{"MinSteerSpeedStandard", PERSISTENT},
{"MinSteerSpeedEngage", PERSISTENT},
{"DashSpeedRatio1", PERSISTENT},
{"DashSpeedRatio2", PERSISTENT},
{"DashSpeedRatio3", PERSISTENT},
{"SetSpeedRatio1", PERSISTENT},
{"SetSpeedRatio2", PERSISTENT},
{"SetSpeedRatio3", PERSISTENT},
{"SpeedDecimal", PERSISTENT},
{"CalibrationCircle", PERSISTENT},
};
} // namespace
Binary file not shown.