Pavel Xenon is asking for EGT limping mode #3172
let's lower expectations for now
This commit is contained in:
parent
d9dd6ff95e
commit
be63c4fd52
|
@ -183,7 +183,7 @@ struct_no_prefix engine_configuration_s
|
||||||
#define IGN_RPM_COUNT 16
|
#define IGN_RPM_COUNT 16
|
||||||
|
|
||||||
#define MAX_CYLINDER_COUNT 12
|
#define MAX_CYLINDER_COUNT 12
|
||||||
#define EGT_CHANNEL_COUNT 8
|
#define EGT_CHANNEL_COUNT 2
|
||||||
#define DIGIPOT_COUNT 4
|
#define DIGIPOT_COUNT 4
|
||||||
#define HW_MAX_ADC_INDEX 17
|
#define HW_MAX_ADC_INDEX 17
|
||||||
#define TRIGGER_SIMULATOR_PIN_COUNT 3
|
#define TRIGGER_SIMULATOR_PIN_COUNT 3
|
||||||
|
@ -818,6 +818,7 @@ output_pin_e acFanPin;+Optional Radiator Fan used with A/C
|
||||||
pin_input_mode_e clutchUpPinMode;
|
pin_input_mode_e clutchUpPinMode;
|
||||||
|
|
||||||
Gpio[EGT_CHANNEL_COUNT iterate] max31855_cs;
|
Gpio[EGT_CHANNEL_COUNT iterate] max31855_cs;
|
||||||
|
Gpio[6 iterate] unused1855_cs;
|
||||||
brain_input_pin_e flexSensorPin;+Continental/GM flex fuel sensor, 50-150hz type;
|
brain_input_pin_e flexSensorPin;+Continental/GM flex fuel sensor, 50-150hz type;
|
||||||
Gpio test557pin
|
Gpio test557pin
|
||||||
pin_output_mode_e stepperDirectionPinMode;
|
pin_output_mode_e stepperDirectionPinMode;
|
||||||
|
|
Loading…
Reference in New Issue