parent
40e19db523
commit
3089ba34d2
|
@ -97,8 +97,8 @@ void setBoardConfigOverrides() {
|
|||
|
||||
setHellenSdCardSpi3();
|
||||
|
||||
engineConfiguration->clt.config.bias_resistor = 4700;
|
||||
engineConfiguration->iat.config.bias_resistor = 4700;
|
||||
engineConfiguration->clt.config.bias_resistor = 2700;
|
||||
engineConfiguration->iat.config.bias_resistor = 2700;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -176,6 +176,11 @@ pins:
|
|||
function: Coil 3
|
||||
type: ign
|
||||
|
||||
- pin: 56
|
||||
id: EFI_ADC_5
|
||||
class: analog_inputs
|
||||
ts_name: 56 - Battery Sense
|
||||
|
||||
- pin: 73
|
||||
id: EFI_ADC_4
|
||||
class: analog_inputs
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define ts_show_sd_pins false
|
||||
#define ts_show_injectionPinMode false
|
||||
#define ts_show_ignitionPinMode false
|
||||
#define ts_show_vbatt false
|
||||
|
||||
#define show_test_presets false
|
||||
#define show_Frankenso_presets false
|
||||
|
|
Loading…
Reference in New Issue