ui: remove Speed Limit Style

This commit is contained in:
Jason Wen
2023-08-10 16:07:13 -04:00
parent 07a81c16bb
commit fc59ed06f2
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -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
-1
View File
@@ -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},
-1
View File
@@ -95,7 +95,6 @@ def manager_init() -> None:
("ShowDebugUI", "1"),
("SpeedLimitControl", "1"),
("SpeedLimitPercOffset", "1"),
("SpeedLimitStyle", "0"),
("SpeedLimitValueOffset", "0"),
("SpeedLimitOffsetType", "0"),
("StandStillTimer", "0"),