mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-17 19:22:06 +08:00
ui: remove Speed Limit Style
This commit is contained in:
@@ -8,6 +8,7 @@ sunnypilot - 0.9.4.1 (2023-08-xx)
|
||||
* REMOVED: Dynamic Lane Profile driving screen UI button
|
||||
* FIXED: Disallow torque lateral control for angle control platforms (e.g. Ford, Nissan, Tesla)
|
||||
* Torque lateral control cannot be used by angle control platforms, and would cause a "Controls Unresponsive" error if Torque lateral control is enforced in settings
|
||||
* REMOVED: Speed Limit Style override
|
||||
* Honda Accord 2016-17 support thanks to mlocoteta!
|
||||
* Serial Steering hardware required. For more information, see https://github.com/mlocoteta/serialSteeringHardware
|
||||
|
||||
|
||||
@@ -287,7 +287,6 @@ std::unordered_map<std::string, uint32_t> keys = {
|
||||
{"SidebarTemperatureOptions", PERSISTENT},
|
||||
{"SpeedLimitControl", PERSISTENT},
|
||||
{"SpeedLimitPercOffset", PERSISTENT},
|
||||
{"SpeedLimitStyle", PERSISTENT},
|
||||
{"SpeedLimitValueOffset", PERSISTENT},
|
||||
{"SpeedLimitOffsetType", PERSISTENT},
|
||||
{"StandStillTimer", PERSISTENT},
|
||||
|
||||
@@ -95,7 +95,6 @@ def manager_init() -> None:
|
||||
("ShowDebugUI", "1"),
|
||||
("SpeedLimitControl", "1"),
|
||||
("SpeedLimitPercOffset", "1"),
|
||||
("SpeedLimitStyle", "0"),
|
||||
("SpeedLimitValueOffset", "0"),
|
||||
("SpeedLimitOffsetType", "0"),
|
||||
("StandStillTimer", "0"),
|
||||
|
||||
Reference in New Issue
Block a user