dead slowAdcAlpha
This commit is contained in:
parent
563b15647e
commit
fcc3d1b1a2
|
@ -281,7 +281,5 @@ void setDodgeNeonNGCEngineConfiguration() {
|
|||
engineConfiguration->isSdCardEnabled = false;
|
||||
engineConfiguration->manIdlePosition = 36; // set_idle_pwm 40
|
||||
|
||||
engineConfiguration->slowAdcAlpha = 0.33333;
|
||||
|
||||
// end of setDodgeNeonNGCEngineConfiguration
|
||||
}
|
||||
|
|
|
@ -507,7 +507,6 @@ static void setDefaultEngineConfiguration() {
|
|||
engineConfiguration->launchSpeedThreshold = 30;
|
||||
engineConfiguration->hardCutRpmRange = 500;
|
||||
|
||||
engineConfiguration->slowAdcAlpha = 0.33333;
|
||||
engineConfiguration->engineSnifferRpmThreshold = 2500;
|
||||
engineConfiguration->sensorSnifferRpmThreshold = 2500;
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
! Any time an incompatible change is made to the configuration format stored in flash,
|
||||
! update this string to the current date! It is required to also update TS_SIGNATURE above
|
||||
! when this happens.
|
||||
#define FLASH_DATA_VERSION 20002
|
||||
#define FLASH_DATA_VERSION 20003
|
||||
|
||||
! this offset is part of console compatibility mechanism, please DO NOT change this offset
|
||||
#define TS_FILE_VERSION_OFFSET 124
|
||||
|
@ -1140,7 +1140,6 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
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
|
||||
|
||||
uint32_t auxSerialSpeed;;"BPs", 1, 0, 0, 1000000, 0
|
||||
|
||||
|
|
|
@ -3452,8 +3452,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