making smart idle more useable
This commit is contained in:
parent
bdaa359efd
commit
e4d543027a
|
@ -518,6 +518,7 @@ adc_channel_e vbattAdcChannel;+This is the processor input pin that the battery
|
|||
adc_channel_e fuelLevelSensor;+This is the processor pin that your fuel level sensor in connected to. This is a non standard input so will need to be user defined.
|
||||
adc_channel_e tps2_1AdcChannel;Second throttle body position sensor, single channel so far\nset_analog_input_pin tps2 X
|
||||
|
||||
|
||||
int unusedAt516;;"units", 1, 0, -20, 100, 0
|
||||
int sensorChartFrequency;;"index", 1, 0, 0, 300, 0 ; size 4
|
||||
|
||||
|
@ -663,7 +664,7 @@ custom adc_channel_mode_e 4 bits, U32, @OFFSET@, [0:1], "Off", "Slow", "Fas
|
|||
brain_pin_e canRxPin;set_can_rx_pin X
|
||||
|
||||
pin_input_mode_e throttlePedalUpPinMode;
|
||||
uint8_t unused711;;"units", 1, 0, -20, 100, 0
|
||||
uint8_t acIdleExtraOffset;;"Percent", 1, 0, 0, 255, 0
|
||||
|
||||
int unusedAt712;;"units", 1, 0, -20, 100, 0
|
||||
int unusedAt716;;"units", 1, 0, -20, 100, 0
|
||||
|
@ -725,7 +726,9 @@ pin_output_mode_e hip9011IntHoldPinMode;
|
|||
uint32_t verboseCanBaseAddress;;"", 1, 0, 0, 536870911, 0
|
||||
|
||||
uint8_t mc33_hvolt;;"v", 1, 0, 0, 100, 0
|
||||
uint8_t[3] unusedHere;;"units", 1, 0, -20, 100, 0
|
||||
uint8_t acIdleExtraMin;;"Percent", 1, 0, 0, 255, 0
|
||||
|
||||
uint8_t[2] unusedHere;;"units", 1, 0, -20, 100, 0
|
||||
|
||||
|
||||
pin_output_mode_e[FSIO_COMMAND_COUNT iterate] gpioPinModes;
|
||||
|
|
|
@ -2275,7 +2275,9 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "I-factor", idleRpmPid_iFactor
|
||||
field = "D-factor", idleRpmPid_dFactor
|
||||
field = "Offset", idleRpmPid_offset
|
||||
field = "A/C Offset extra", acIdleExtraOffset
|
||||
field = "Min", idleRpmPid_minValue
|
||||
field = "A/C Min extra", acIdleExtraMin
|
||||
field = "Max", idleRpmPid_maxValue
|
||||
field = "iTerm Min", idlerpmpid_iTermMin
|
||||
field = "iTerm Max", idlerpmpid_iTermMax
|
||||
|
|
Loading…
Reference in New Issue