This commit is contained in:
parent
feea6726ce
commit
f0184caa5a
|
@ -450,7 +450,7 @@ bit displayLogicLevelsInEngineSniffer;+Shall we display real life signal or just
|
|||
bit useTLE8888_stepper
|
||||
bit enableMapEstimationTableFallback;+If enabled, the MAP estimate table will be used if the MAP sensor fails to estimate manifold pressure based on RPM and TPS.
|
||||
bit usescriptTableForCanSniffingFiltering
|
||||
bit issue_294_29
|
||||
bit verboseCanRx,"Print all","Do not print";Print incoming CAN messages in rusEFI console
|
||||
bit artificialTestMisfire,"Danger Mode","No thank you";Experimental setting that will cause a misfire\nDO NOT ENABLE.
|
||||
bit issue_294_31,"si_example","nada_example"
|
||||
|
||||
|
|
|
@ -2849,6 +2849,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "CAN write enabled", canWriteEnabled
|
||||
field = "CAN bitrate", canBaudRate
|
||||
field = "CAN dash type", canNbcType
|
||||
field = "Verbose Can Rx", verboseCanRx
|
||||
field = "inertia measurement unit", imuType
|
||||
field = "Enable rusEFI CAN broadcast", enableVerboseCanTx
|
||||
field = "rusEFI CAN data base address", verboseCanBaseAddress
|
||||
|
|
Loading…
Reference in New Issue