This commit is contained in:
Matthew Kennedy 2023-03-05 23:38:14 -08:00
parent 20c45768b6
commit bd443bfb40
1 changed files with 3 additions and 0 deletions

View File

@ -49,9 +49,12 @@ void HarleyAcr::onSlowCallback() {
}
bool acrState = getAcrState();
engine->outputChannels.acrActive = acrState;
enginePins.harleyAcr.setValue(acrState);
enginePins.harleyAcr2.setValue(acrState);
m_active = acrState;
}