Honda - cardocs disclaimer for Alpha longitudinal (#3159)

* Include Alphalong footnotes

* whitespace fix
This commit is contained in:
MVL
2026-05-24 11:45:01 -04:00
committed by GitHub
parent f1ec12a4d7
commit ed14aa6faa

View File

@@ -111,11 +111,16 @@ class HondaCarDocs(CarDocs):
self.car_parts = CarParts.common([harness])
if CP.alphaLongitudinalAvailable:
self.footnotes.append(Footnote.HONDA_ALPHALONG)
class Footnote(Enum):
CIVIC_DIESEL = CarFootnote(
"2019 Honda Civic 1.6L Diesel Sedan does not have ALC below 12mph.",
Column.FSR_STEERING)
HONDA_ALPHALONG = CarFootnote(
"Enabling longitudinal control (alpha) will disable all CMBS functionality, including AEB and FCW.",
Column.LONGITUDINAL)
@dataclass