mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-24 01:33:46 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26bb817231 |
@@ -199,7 +199,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
|||||||
{"CEStopLights", {PERSISTENT, BOOL, "1", "0", 1}},
|
{"CEStopLights", {PERSISTENT, BOOL, "1", "0", 1}},
|
||||||
{"CEStoppedLead", {PERSISTENT, BOOL, "0", "0", 1}},
|
{"CEStoppedLead", {PERSISTENT, BOOL, "0", "0", 1}},
|
||||||
{"ClusterOffset", {PERSISTENT, FLOAT, "1.0", "1.0", 2}},
|
{"ClusterOffset", {PERSISTENT, FLOAT, "1.0", "1.0", 2}},
|
||||||
{"ColorScheme", {PERSISTENT, STRING, "frog", "stock", 0}},
|
{"ColorScheme", {PERSISTENT, STRING, "stock", "stock", 0}},
|
||||||
{"ColorToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
{"ColorToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
||||||
{"BootLogoToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
{"BootLogoToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
||||||
{"Compass", {PERSISTENT, BOOL, "0", "0", 1}},
|
{"Compass", {PERSISTENT, BOOL, "0", "0", 1}},
|
||||||
@@ -227,7 +227,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
|||||||
{"AggressivePersonalityProfile", {PERSISTENT, BOOL, "1", "1", 2}},
|
{"AggressivePersonalityProfile", {PERSISTENT, BOOL, "1", "1", 2}},
|
||||||
{"StandardPersonalityProfile", {PERSISTENT, BOOL, "1", "1", 2}},
|
{"StandardPersonalityProfile", {PERSISTENT, BOOL, "1", "1", 2}},
|
||||||
{"RelaxedPersonalityProfile", {PERSISTENT, BOOL, "1", "1", 2}},
|
{"RelaxedPersonalityProfile", {PERSISTENT, BOOL, "1", "1", 2}},
|
||||||
{"CustomThemes", {PERSISTENT, BOOL, "1", "0", 0}},
|
{"CustomThemes", {PERSISTENT, BOOL, "0", "0", 0}},
|
||||||
{"CustomUI", {PERSISTENT, BOOL, "1", "0", 1}},
|
{"CustomUI", {PERSISTENT, BOOL, "1", "0", 1}},
|
||||||
{"DebugMode", {CLEAR_ON_OFFROAD_TRANSITION, BOOL, "0", "0"}},
|
{"DebugMode", {CLEAR_ON_OFFROAD_TRANSITION, BOOL, "0", "0"}},
|
||||||
{"DecelerationProfile", {PERSISTENT, INT, "1", "0", 2}},
|
{"DecelerationProfile", {PERSISTENT, INT, "1", "0", 2}},
|
||||||
@@ -325,7 +325,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
|||||||
{"HumanAcceleration", {PERSISTENT, BOOL, "0", "0", 2}},
|
{"HumanAcceleration", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||||
{"CoastUpToLeads", {PERSISTENT, BOOL, "1", "1", 2}},
|
{"CoastUpToLeads", {PERSISTENT, BOOL, "1", "1", 2}},
|
||||||
{"HumanLaneChanges", {PERSISTENT, BOOL, "0", "0", 2}},
|
{"HumanLaneChanges", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||||
{"IconPack", {PERSISTENT, STRING, "frog-animated", "stock", 0}},
|
{"IconPack", {PERSISTENT, STRING, "stock", "stock", 0}},
|
||||||
{"IconToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
{"IconToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
||||||
{"IncreasedStoppedDistance", {PERSISTENT, FLOAT, "0.0", "0.0", 1}},
|
{"IncreasedStoppedDistance", {PERSISTENT, FLOAT, "0.0", "0.0", 1}},
|
||||||
{"IncreasedStoppedDistanceLowVisibility", {PERSISTENT, FLOAT, "0.0", "0.0", 2}},
|
{"IncreasedStoppedDistanceLowVisibility", {PERSISTENT, FLOAT, "0.0", "0.0", 2}},
|
||||||
@@ -501,7 +501,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
|||||||
{"ShowStorageUsed", {PERSISTENT, BOOL, "0", "0", 3}},
|
{"ShowStorageUsed", {PERSISTENT, BOOL, "0", "0", 3}},
|
||||||
{"SidebarMetrics", {PERSISTENT, BOOL, "1", "0", 3}},
|
{"SidebarMetrics", {PERSISTENT, BOOL, "1", "0", 3}},
|
||||||
{"SidebarOpen", {PERSISTENT, BOOL, "0", "0", 0}},
|
{"SidebarOpen", {PERSISTENT, BOOL, "0", "0", 0}},
|
||||||
{"SignalAnimation", {PERSISTENT, STRING, "frog", "stock", 0}},
|
{"SignalAnimation", {PERSISTENT, STRING, "stock", "stock", 0}},
|
||||||
{"SignalMetrics", {PERSISTENT, BOOL, "0", "0", 3}},
|
{"SignalMetrics", {PERSISTENT, BOOL, "0", "0", 3}},
|
||||||
{"SignalToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
{"SignalToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
||||||
{"SimpleMode", {PERSISTENT, BOOL, "0", "0", 0}},
|
{"SimpleMode", {PERSISTENT, BOOL, "0", "0", 0}},
|
||||||
@@ -519,7 +519,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
|||||||
{"SLCPriority1", {PERSISTENT, STRING, "Map Data", "Map Data", 2}},
|
{"SLCPriority1", {PERSISTENT, STRING, "Map Data", "Map Data", 2}},
|
||||||
{"SLCPriority2", {PERSISTENT, STRING, "Dashboard", "Dashboard", 2}},
|
{"SLCPriority2", {PERSISTENT, STRING, "Dashboard", "Dashboard", 2}},
|
||||||
{"SNGHack", {PERSISTENT, BOOL, "1", "0", 2}},
|
{"SNGHack", {PERSISTENT, BOOL, "1", "0", 2}},
|
||||||
{"SoundPack", {PERSISTENT, STRING, "frog", "stock", 0}},
|
{"SoundPack", {PERSISTENT, STRING, "stock", "stock", 0}},
|
||||||
{"SoundToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
{"SoundToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
||||||
{"SLCAdoptSpeedLimit", {CLEAR_ON_MANAGER_START, BOOL, "0", "0"}},
|
{"SLCAdoptSpeedLimit", {CLEAR_ON_MANAGER_START, BOOL, "0", "0"}},
|
||||||
{"SLCForceCruiseSpeed", {CLEAR_ON_MANAGER_START, FLOAT, "0.0", "0.0"}},
|
{"SLCForceCruiseSpeed", {CLEAR_ON_MANAGER_START, FLOAT, "0.0", "0.0"}},
|
||||||
@@ -544,8 +544,8 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
|||||||
{"StandbyMode", {PERSISTENT, BOOL, "0", "0", 1}},
|
{"StandbyMode", {PERSISTENT, BOOL, "0", "0", 1}},
|
||||||
{"StartAccel", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
|
{"StartAccel", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
|
||||||
{"StartAccelStock", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
|
{"StartAccelStock", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
|
||||||
{"StartupMessageBottom", {PERSISTENT, STRING, "Human-tested, frog-approved 🐸", "Always keep hands on wheel and eyes on road", 0}},
|
{"StartupMessageBottom", {PERSISTENT, STRING, "Always keep hands on wheel and eyes on road", "Always keep hands on wheel and eyes on road", 0}},
|
||||||
{"StartupMessageTop", {PERSISTENT, STRING, "Hop in and buckle up!", "Be ready to take over at any time", 0}},
|
{"StartupMessageTop", {PERSISTENT, STRING, "Be ready to take over at any time", "Be ready to take over at any time", 0}},
|
||||||
{"StaticPedalsOnUI", {PERSISTENT, BOOL, "0", "0", 1}},
|
{"StaticPedalsOnUI", {PERSISTENT, BOOL, "0", "0", 1}},
|
||||||
{"SteerDelay", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
|
{"SteerDelay", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
|
||||||
{"SteerDelayStock", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
|
{"SteerDelayStock", {PERSISTENT, FLOAT, "0.0", "0.0", 3}},
|
||||||
@@ -614,7 +614,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
|||||||
{"WeatherPresets", {PERSISTENT, BOOL, "0", "0", 2}},
|
{"WeatherPresets", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||||
{"WeatherToken", {PERSISTENT | DONT_LOG, STRING, "", "", 2}},
|
{"WeatherToken", {PERSISTENT | DONT_LOG, STRING, "", "", 2}},
|
||||||
{"WheelControls", {PERSISTENT, STRING, "", "", 2}},
|
{"WheelControls", {PERSISTENT, STRING, "", "", 2}},
|
||||||
{"WheelIcon", {PERSISTENT, STRING, "frog", "stock", 0}},
|
{"WheelIcon", {PERSISTENT, STRING, "stock", "stock", 0}},
|
||||||
{"WheelSpeed", {PERSISTENT, BOOL, "0", "0", 2}},
|
{"WheelSpeed", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||||
{"WheelToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
{"WheelToDownload", {CLEAR_ON_MANAGER_START, STRING, "", ""}},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user