mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Daz Alot of Toggies
This commit is contained in:
@@ -2048,15 +2048,6 @@
|
||||
"parent_key": "AdvancedCustomUI",
|
||||
"settings_tier": "simple"
|
||||
},
|
||||
{
|
||||
"key": "HideSpeedLimit",
|
||||
"label": "Hide Speed Limits",
|
||||
"description": "Hide posted speed limits from the driving screen.",
|
||||
"data_type": "bool",
|
||||
"ui_type": "toggle",
|
||||
"parent_key": "AdvancedCustomUI",
|
||||
"settings_tier": "simple"
|
||||
},
|
||||
{
|
||||
"key": "HideSteeringWheel",
|
||||
"label": "Hide Steering Wheel",
|
||||
@@ -2368,7 +2359,7 @@
|
||||
{
|
||||
"key": "ShowSpeedLimits",
|
||||
"label": "Show Speed Limits",
|
||||
"description": "Show speed limits in the top-left corner of the driving screen. Uses data from the car's dashboard (if supported) and \"OpenStreetMap (OSM)\".",
|
||||
"description": "Show the current speed limit on the driving screen. The position depends on the device UI. Uses data from the car's dashboard (if supported) and \"OpenStreetMap (OSM)\".",
|
||||
"data_type": "bool",
|
||||
"ui_type": "toggle",
|
||||
"parent_key": "NavigationUI",
|
||||
|
||||
@@ -18,6 +18,6 @@ def test_galaxy_lists_tesla_hardware_specific_docs_for_manual_fingerprinting():
|
||||
tesla_models = the_galaxy._extract_fingerprint_models_for_make("tesla")
|
||||
|
||||
assert {"value": "TESLA_MODEL_3", "label": "Tesla Model 3 (with HW3) 2019-23"} in tesla_models
|
||||
assert {"value": "TESLA_MODEL_3", "label": "Tesla Model 3 (with HW4) 2024-25"} in tesla_models
|
||||
assert {"value": "TESLA_MODEL_3", "label": "Tesla Model 3 (with HW4) 2024-26"} in tesla_models
|
||||
assert {"value": "TESLA_MODEL_Y", "label": "Tesla Model Y (with HW3) 2020-23"} in tesla_models
|
||||
assert {"value": "TESLA_MODEL_X", "label": "Tesla Model X (with HW4) 2024"} in tesla_models
|
||||
|
||||
Reference in New Issue
Block a user