verbose trigger sync should reuse engineSnifferRpmThreshold #4259
unused field & updated tooltip
This commit is contained in:
parent
e4ed067106
commit
2dcdc7ed60
|
@ -914,7 +914,7 @@ custom maf_sensor_type_e 1 bits, S08, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
|
|||
bit stftIgnoreErrorMagnitude;+If enabled, adjust at a constant rate instead of a rate proportional to the current lambda error. This mode may be easier to tune, and more tolerant of sensor noise. Use of this mode is required if you have a narrowband O2 sensor.
|
||||
bit tempBooleanForVerySpecialCases
|
||||
bit enableSoftwareKnock
|
||||
bit verboseVVTDecoding;enable vvt_details
|
||||
bit verboseVVTDecoding;Verbose info in console below engineSnifferRpmThreshold\nenable vvt_details
|
||||
bit invertCamVVTSignal;get invertCamVVTSignal
|
||||
bit consumeObdSensors;+This property is useful if using rusEFI as TCM or BCM only\nenable consumeObdSensors
|
||||
bit knockBankCyl1,"Channel 2","Channel 1"
|
||||
|
@ -1010,7 +1010,7 @@ end_struct
|
|||
bit isVerboseIAC;+Print details into rusEFI console\nenable verbose_idle
|
||||
bit boardUseTachPullUp,"12v","5v"
|
||||
bit boardUseTempPullUp,"With Pull Ups","Piggyback Mode"
|
||||
bit isEngineChartEnabled;+This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
||||
bit unused234234234
|
||||
bit silentTriggerError;+Sometimes we have a performance issue while printing error
|
||||
bit useLinearCltSensor
|
||||
bit canReadEnabled;enable can_read/disable can_read
|
||||
|
@ -1058,7 +1058,7 @@ custom idle_mode_e 1 bits, U08, @OFFSET@, [0:0], "Open Loop + Closed Loop", "Ope
|
|||
bit useSeparateAdvanceForIdle;+This activates a separate ignition timing table for idle conditions, this can help idle stability by using ignition retard and advance either side of the desired idle speed. Extra retard at low idle speeds will prevent stalling and extra advance at high idle speeds can help reduce engine power and slow the idle speed.
|
||||
bit isWaveAnalyzerEnabled
|
||||
bit useSeparateVeForIdle;+This activates a separate fuel table for Idle, this allows fine tuning of the idle fuelling.
|
||||
bit verboseTriggerSynchDetails;+enable trigger_details
|
||||
bit verboseTriggerSynchDetails;Verbose info in console below engineSnifferRpmThreshold\nenable trigger_details
|
||||
bit isManualSpinningMode;Usually if we have no trigger events that means engine is stopped\nUnless we are troubleshooting and spinning the engine by hand - this case a longer\ndelay is needed
|
||||
bit twoWireBatchInjection;+This is needed if your coils are individually wired and you wish to use batch injection.\nenable two_wire_batch_injection
|
||||
bit useOnlyRisingEdgeForTrigger;+VR sensors are only precise on rising front\nenable trigger_only_front
|
||||
|
|
|
@ -3293,8 +3293,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
dialog = monitoringSettings, "rusEFI Console Settings"
|
||||
field = "Sensor Sniffer", sensorChartMode
|
||||
field = " Threshold", sensorSnifferRpmThreshold
|
||||
field = "Engine Sniffer", isEngineChartEnabled
|
||||
field = " Threshold", engineSnifferRpmThreshold
|
||||
field = "Engine Sniffer Threshold", engineSnifferRpmThreshold
|
||||
|
||||
dialog = generalSettings, "General"
|
||||
field = "!https://rusefi.com/s/fuel"
|
||||
|
|
Loading…
Reference in New Issue