init_sensors: init Aux Speed sensors

This commit is contained in:
Andrey Gusakov 2024-03-07 00:44:15 +03:00 committed by rusefillc
parent 789dadaae5
commit b3f2b57aef
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ void reconfigureSensors() {
initFlexSensor(false);
initVehicleSpeedSensor();
initTurbochargerSpeedSensor();
initAuxSpeedSensors();
initInputShaftSpeedSensor();
initOldAnalogInputs();