parent
0df94d89ee
commit
aa8637f8f7
|
@ -283,7 +283,5 @@ void setDodgeNeonNGCEngineConfiguration() {
|
|||
engineConfiguration->isSdCardEnabled = false;
|
||||
engineConfiguration->manIdlePosition = 36; // set_idle_pwm 40
|
||||
|
||||
engineConfiguration->slowAdcAlpha = 0.33333;
|
||||
|
||||
// end of setDodgeNeonNGCEngineConfiguration
|
||||
}
|
||||
|
|
|
@ -516,7 +516,6 @@ static void setDefaultEngineConfiguration() {
|
|||
engineConfiguration->launchSpeedThreshold = 30;
|
||||
engineConfiguration->hardCutRpmRange = 500;
|
||||
|
||||
engineConfiguration->slowAdcAlpha = 0.33333;
|
||||
engineConfiguration->engineSnifferRpmThreshold = 2500;
|
||||
engineConfiguration->sensorSnifferRpmThreshold = 2500;
|
||||
|
||||
|
|
|
@ -1158,11 +1158,12 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
custom InjectionTimingMode 1 bits, U08, @OFFSET@, [0:1], "End of injection", "Start of injection", "Center of injection"
|
||||
InjectionTimingMode injectionTimingMode;Sets what part of injection's is controlled by the injection phase table.
|
||||
|
||||
debug_mode_e debugMode;See http://rusefi.com/s/debugmode
|
||||
uint8_t fan1ExtraIdle;Additional idle % when fan #1 is active;"%", 1, 0, 0, 100, 0
|
||||
|
||||
uint32_t uartConsoleSerialSpeed;Band rate for primary TTL;"BPs", 1, 0, 0, 1000000, 0
|
||||
float tpsDecelEnleanmentThreshold;For decel we simply multiply delta of TPS and tFor decel we do not use table?!;"roc", 1, 0, 0, 200, 1
|
||||
float tpsDecelEnleanmentMultiplier;Magic multiplier, we multiply delta of TPS and get fuel squirt duration;"coeff", 1, 0, 0, 200, 2
|
||||
float slowAdcAlpha;ExpAverage alpha coefficient;"coeff", 1, 0, 0, 200, 3
|
||||
debug_mode_e debugMode;See http://rusefi.com/s/debugmode\n\nset debug_mode X
|
||||
|
||||
uint32_t auxSerialSpeed;;"BPs", 1, 0, 0, 1000000, 0
|
||||
|
||||
|
|
|
@ -3542,8 +3542,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "ADC vRef voltage", adcVcc
|
||||
field = "Use fixed baro corr from MAP", useFixedBaroCorrFromMap
|
||||
field = "Analog divider ratio", analogInputDividerCoefficient@@if_ts_show_analog_divider
|
||||
field = "Smoothing factor", slowAdcAlpha
|
||||
|
||||
|
||||
|
||||
; Board->Connection
|
||||
|
|
Loading…
Reference in New Issue