better setting name and help?
This commit is contained in:
parent
47cf2aaa5c
commit
58cc442a18
|
@ -419,7 +419,7 @@ angle_t globalTriggerAngleOffset;+Angle between Top Dead Center (TDC) and the fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
float analogInputDividerCoefficient;+Coefficient of input voltage dividers on your PCB;"coef", 1, 0, 0.01, 10.0, 2
|
float analogInputDividerCoefficient;+Ratio/coefficient of input voltage dividers on your PCB. For example, use '2' if your board divides 5v into 2.5v. Use '1.66' if your board divides 5v into 3v.;"coef", 1, 0, 0.01, 10.0, 2
|
||||||
float vbattDividerCoeff;+This is the ratio of the resistors for the battery voltage, measure the voltage at the battery and then adjust this number until the gauge matches the reading.;"coef", 1, 0, 0.01, 99.0, 2
|
float vbattDividerCoeff;+This is the ratio of the resistors for the battery voltage, measure the voltage at the battery and then adjust this number until the gauge matches the reading.;"coef", 1, 0, 0.01, 99.0, 2
|
||||||
|
|
||||||
float fsio_visible fanOnTemperature;+Cooling fan turn-on temperature threshold, in Celsius;"*C", 1, 0, 0, 1000.0, 0
|
float fsio_visible fanOnTemperature;+Cooling fan turn-on temperature threshold, in Celsius;"*C", 1, 0, 0, 1000.0, 0
|
||||||
|
|
|
@ -2239,7 +2239,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
dialog = analogInputSettings, "Analog Input Settings"
|
dialog = analogInputSettings, "Analog Input Settings"
|
||||||
field = "!ECU reboot needed to apply these settings"
|
field = "!ECU reboot needed to apply these settings"
|
||||||
field = "Use fixed baro corr from MAP", useFixedBaroCorrFromMap
|
field = "Use fixed baro corr from MAP", useFixedBaroCorrFromMap
|
||||||
field = "Analog divider", analogInputDividerCoefficient@@if_ts_show_analog_divider
|
field = "Analog divider ratio", analogInputDividerCoefficient@@if_ts_show_analog_divider
|
||||||
field = "Use BiQuad averaging", useBiQuadAnalogFiltering
|
field = "Use BiQuad averaging", useBiQuadAnalogFiltering
|
||||||
field = "Smoothing factor", slowAdcAlpha, {useBiQuadAnalogFiltering == 0}
|
field = "Smoothing factor", slowAdcAlpha, {useBiQuadAnalogFiltering == 0}
|
||||||
field = "Bi_Q a0", biQuad_a0, {useBiQuadAnalogFiltering == 1}
|
field = "Bi_Q a0", biQuad_a0, {useBiQuadAnalogFiltering == 1}
|
||||||
|
|
Loading…
Reference in New Issue