only: removing reference of cylinderBore
This commit is contained in:
parent
c4c8d1327e
commit
4d9ec66683
|
@ -531,7 +531,7 @@ ThermistorConf iat;
|
|||
|
||||
float launchTimingRetard;;"deg", 1, 0, -180, 180, 2
|
||||
int hip9011PrescalerAndSDO;value '6' for 8MHz hw osc\nread hip9011 datasheet for details\ntodo split into two bit fields;"integer", 1, 0, 0, 32, 0
|
||||
float knockBandCustom;We calculate knock band based of cylinderBore\n Use this to override - kHz knock band override\nRequires power cycling to effect;"kHz", 1, 0, 0, 20, 2
|
||||
float knockBandCustom;Use any online calculator and input your bore.\nReminder that in some cases double frequency works better!;"kHz", 1, 0, 0, 20, 2
|
||||
|
||||
uint16_t autoscale displacement;Engine displacement in litres;"L", 0.001, 0, 0, 65, 3
|
||||
|
||||
|
|
|
@ -292,6 +292,7 @@ enable2ndByteCanID = false
|
|||
maintainConstantValue = throttlePedalSecondaryWOTVoltage, { (calibrationMode == @@TsCalMode_PedalMax@@ ) ? calibrationValue2 : throttlePedalSecondaryWOTVoltage }
|
||||
|
||||
requiresPowerCycle = boardUseCanTerminator
|
||||
requiresPowerCycle = knockBandCustom
|
||||
requiresPowerCycle = lps25BaroSensorScl
|
||||
requiresPowerCycle = lps25BaroSensorSda
|
||||
requiresPowerCycle = binarySerialTxPin
|
||||
|
|
Loading…
Reference in New Issue