From ae256dceba4fff8c036777b118873d2fbcfab42c Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Sat, 7 Jan 2023 13:18:28 -0800 Subject: [PATCH] revert: docs: update CAN FD footnote (#26896) partial revert, we still need the footnote to be exported for the shop --- selfdrive/car/hyundai/values.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selfdrive/car/hyundai/values.py b/selfdrive/car/hyundai/values.py index dc19c5511d..16f1f42679 100644 --- a/selfdrive/car/hyundai/values.py +++ b/selfdrive/car/hyundai/values.py @@ -122,10 +122,11 @@ class CAR: class Footnote(Enum): + # footnotes which mention "red panda" will be replaced with the CAN FD panda kit on the shop page CANFD = CarFootnote( "Requires a red panda for this CAN FD. " + "All the hardware needed is sold in the CAN FD kit.", - Column.MODEL, docs_only=True) + Column.MODEL, shop_footnote=True) @dataclass