diff --git a/docs/CARS.md b/docs/CARS.md index d53ea39893..930b52c8a2 100644 --- a/docs/CARS.md +++ b/docs/CARS.md @@ -236,7 +236,7 @@ A supported vehicle is one that just works when you install a comma three. All s 2By default, this car will use the stock Adaptive Cruise Control (ACC) for longitudinal control. If the Driver Support Unit (DSU) is disconnected, openpilot ACC will replace stock ACC. NOTE: disconnecting the DSU disables Automatic Emergency Braking (AEB).
3Requires a community built ASCM harness. NOTE: disconnecting the ASCM disables Automatic Emergency Braking (AEB).
42019 Honda Civic 1.6L Diesel Sedan does not have ALC below 12mph.
-5Requires a red panda, additional harness box, additional OBD-C cable, USB-A to USB-A cable, and a USB-A to USB-C OTG dongle.
+5Requires a red panda for this CAN FD. All the hardware needed is sold in the CAN FD kit.
6openpilot operates above 28mph for Camry 4CYL L, 4CYL LE and 4CYL SE which don't have Full-Speed Range Dynamic Radar Cruise Control.
7Not including the China market Kamiq, which is based on the (currently) unsupported PQ34 platform.
8Refers only to the MQB-based European B8 Passat, not the NMS Passat in the USA/China/Mideast markets.
diff --git a/selfdrive/car/hyundai/values.py b/selfdrive/car/hyundai/values.py index 1adf78aa84..dc19c5511d 100644 --- a/selfdrive/car/hyundai/values.py +++ b/selfdrive/car/hyundai/values.py @@ -123,9 +123,9 @@ class CAR: class Footnote(Enum): CANFD = CarFootnote( - "Requires a red panda, additional harness box, " + - "additional OBD-C cable, USB-A to USB-A cable, and a USB-A to USB-C OTG dongle.", - Column.MODEL, shop_footnote=True) + "Requires a red panda for this CAN FD. " + + "All the hardware needed is sold in the CAN FD kit.", + Column.MODEL, docs_only=True) @dataclass