auto-sync

This commit is contained in:
rusEfi 2015-04-10 07:10:40 -05:00
parent 55a236555b
commit aa55edf6ea
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ void setMazda626EngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
// http://i.imgur.com/fclVzvu.jpg // http://i.imgur.com/fclVzvu.jpg
setCommonNTCSensor(&engineConfiguration->clt); setCommonNTCSensor(&engineConfiguration->clt);
// http://i.imgur.com/2hI67yW.jpg // http://i.imgur.com/2hI67yW.jpg
setThermistorConfiguration(&engineConfiguration->iat, 13, 56000, 50, 9000, 90.0, 18000); setThermistorConfiguration(&engineConfiguration->iat, 13, 56000, 50, 9000, 80.0, 2700);
engineConfiguration->iat.bias_resistor = 18000;
commonFrankensoAnalogInputs(engineConfiguration); commonFrankensoAnalogInputs(engineConfiguration);
// engineConfiguration->map.sensor.hwChannel = EFI_ADC_4; // engineConfiguration->map.sensor.hwChannel = EFI_ADC_4;