mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 21:42:05 +08:00
Merge pull request #50 from FLYINORION123/honda-speedlimit-dev
Honda Dashboard Speed Limit Controller (SLC) Support
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user