mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 23:33:58 +08:00
docs: add video link for 2019 Subaru Crosstrek (#24251)
* Update values.py
Add video_link : SubaruCarInfo("Subaru Crosstrek 2018-19", good_torque=True),video_link="https://youtu.be/Agww7oE1k-s"),
* fix syntax
* timestamp to start of openpilot use
Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
@@ -40,7 +40,7 @@ CAR_INFO: Dict[str, Union[SubaruCarInfo, List[SubaruCarInfo]]] = {
|
||||
CAR.ASCENT: SubaruCarInfo("Subaru Ascent 2019-20"),
|
||||
CAR.IMPREZA: [
|
||||
SubaruCarInfo("Subaru Impreza 2017-19", good_torque=True),
|
||||
SubaruCarInfo("Subaru Crosstrek 2018-19", good_torque=True),
|
||||
SubaruCarInfo("Subaru Crosstrek 2018-19", video_link="https://youtu.be/Agww7oE1k-s?t=26", good_torque=True),
|
||||
],
|
||||
CAR.IMPREZA_2020: [
|
||||
SubaruCarInfo("Subaru Impreza 2020-21"),
|
||||
|
||||
Reference in New Issue
Block a user