Remove VW footnote from website (#1487)
confusing footnote only cars.md
This commit is contained in:
parent
68d93be959
commit
d770f1b1d8
|
@ -178,7 +178,7 @@ class Footnote(Enum):
|
|||
VW_EXP_LONG = CarFootnote(
|
||||
"Only available for vehicles using a gateway (J533) harness. At this time, vehicles using a camera harness " +
|
||||
"are limited to using stock ACC.",
|
||||
Column.LONGITUDINAL)
|
||||
Column.LONGITUDINAL, docs_only=True)
|
||||
VW_MQB_A0 = CarFootnote(
|
||||
"Model-years 2022 and beyond may have a combined CAN gateway and BCM, which is supported by openpilot " +
|
||||
"in software, but doesn't yet have a harness available from the comma store.",
|
||||
|
|
Loading…
Reference in New Issue