Merge pull request #50 from FLYINORION123/honda-speedlimit-dev

Honda Dashboard Speed Limit Controller (SLC) Support
This commit is contained in:
Dom
2026-04-05 18:00:27 -05:00
committed by firestar5683
parent 523c12257b
commit 701080a672
4 changed files with 33 additions and 3 deletions
@@ -362,7 +362,7 @@ void StarPilotSettingsWindow::updateVariables() {
friction = CP.getLateralTuning().getTorque().getFriction();
hasAlphaLongitudinal = CP.getAlphaLongitudinalAvailable();
hasBSM = CP.getEnableBsm();
hasDashSpeedLimits = carMake == "ford" || carMake == "hyundai" || carMake == "toyota";
hasDashSpeedLimits = carMake == "ford" || carMake == "hyundai" || carMake == "toyota" || carMake == "honda";
hasNNFFLog = nnffLogFileExists(QString::fromStdString(carFingerprint));
hasOpenpilotLongitudinal = hasLongitudinalControl(CP);
hasPCMCruise = CP.getPcmCruise();