better Electronic Throttle body control #493
This commit is contained in:
parent
07c964af78
commit
9a87b9e51b
|
@ -302,5 +302,8 @@ void setEtbTestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
CONFIGB(idle).stepperDirectionPin = GPIO_UNASSIGNED;
|
||||
boardConfiguration->useStepperIdle = true;
|
||||
|
||||
engineConfiguration->clt.adcChannel = EFI_ADC_15;
|
||||
set10K_4050K(&engineConfiguration->clt);
|
||||
|
||||
}
|
||||
#endif /* CONFIG_ENGINES_CUSTOM_ENGINE_CPP_ */
|
||||
|
|
|
@ -47,5 +47,6 @@ void initThermistors(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
|
|||
|
||||
void setCommonNTCSensor(ThermistorConf *thermistorConf);
|
||||
void setDodgeSensor(ThermistorConf *thermistorConf);
|
||||
void set10K_4050K(ThermistorConf *thermistorConf);
|
||||
|
||||
#endif /* THERMISTORS_H_ */
|
||||
|
|
Loading…
Reference in New Issue