This commit is contained in:
Matthew Kennedy 2020-07-29 14:27:57 -07:00
parent 745a586284
commit b2c6104a6b
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static void handleGetDataRequest(const CANRxFrame& rx) {
obdSendValue(1, pid, 1, Sensor::get(SensorType::Clt).value_or(0) + 40.0f);
break;
case PID_STFT_BANK1:
obdSendValue(1, pid, 1, 128 * (ENGINE(engineState.running.pidCorrection));
obdSendValue(1, pid, 1, 128 * ENGINE(engineState.running.pidCorrection));
break;
case PID_INTAKE_MAP:
obdSendValue(1, pid, 1, getMap(PASS_ENGINE_PARAMETER_SIGNATURE));