From 94c6f0a189cfe708f4d199d7e6e75062d93f850b Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 14 Nov 2024 13:57:56 -0800 Subject: [PATCH] confusing footnote only cars.md --- opendbc/car/volkswagen/values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendbc/car/volkswagen/values.py b/opendbc/car/volkswagen/values.py index c095b7767f..a1fa315dd0 100644 --- a/opendbc/car/volkswagen/values.py +++ b/opendbc/car/volkswagen/values.py @@ -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.",