mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-31 14:52:10 +08:00
odyss
This commit is contained in:
@@ -330,6 +330,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
||||
{"HideMaxSpeed", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||
{"HideSpeed", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||
{"HideSpeedLimit", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||
{"HideSteeringWheel", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||
{"HigherBitrate", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||
{"HolidayThemes", {PERSISTENT, BOOL, "1", "0", 0}},
|
||||
{"HumanAcceleration", {PERSISTENT, BOOL, "0", "0", 2}},
|
||||
|
||||
@@ -1762,6 +1762,14 @@
|
||||
"ui_type": "toggle",
|
||||
"parent_key": "AdvancedCustomUI"
|
||||
},
|
||||
{
|
||||
"key": "HideSteeringWheel",
|
||||
"label": "Hide Steering Wheel",
|
||||
"description": "Hide the steering-wheel button from the top-right of the driving screen.",
|
||||
"data_type": "bool",
|
||||
"ui_type": "toggle",
|
||||
"parent_key": "AdvancedCustomUI"
|
||||
},
|
||||
{
|
||||
"key": "WheelSpeed",
|
||||
"label": "Use Wheel Speed",
|
||||
|
||||
Reference in New Issue
Block a user