Car docs: update CAN-FD footnote (#26718)

* Update footnote

* link to obd-c

* update
old-commit-hash: cf3ced9d17b915632f1c3e820e1dee5218a9f5fb
This commit is contained in:
Shane Smiskol
2022-12-06 23:32:58 -08:00
committed by GitHub
parent 773024cc93
commit ecf87de6da
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -119,8 +119,8 @@ class CAR:
class Footnote(Enum):
CANFD = CarFootnote(
"Requires a <a href=\"https://comma.ai/shop/panda\" target=\"_blank\">red panda</a> and additional <a href=\"https://comma.ai/shop/harness-box\" target=\"_blank\">harness box</a>. " +
"Also requires a USB-A to USB-C adapter and USB-A to USB-A cable.",
"Requires a <a href=\"https://comma.ai/shop/panda\" target=\"_blank\">red panda</a>, additional <a href=\"https://comma.ai/shop/harness-box\" target=\"_blank\">harness box</a>, " +
"additional <a href=\"https://comma.ai/shop/obd-c-cable\" target=\"_blank\">OBD-C cable</a>, USB-A to USB-A cable, and a USB-A to USB-C OTG dongle.",
Column.MODEL, shop_footnote=True)