Smart ECU: misfire detection #936
This commit is contained in:
parent
8c9ff949fe
commit
16bf7e9b0e
|
@ -582,7 +582,7 @@ 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 useFSIOTableForCanSniffingFiltering
|
||||
bit issue_294_29
|
||||
bit issue_294_30
|
||||
bit artificialTestMisfire,"Danger Mode","No thank you"
|
||||
bit issue_294_31,"si_example","nada_example"
|
||||
|
||||
|
||||
|
|
|
@ -3587,6 +3587,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "use FSIO Table CAN Sniffing Filtering",useFSIOTableForCanSniffingFiltering
|
||||
field = "turbo speed sensor", turboSpeedSensorInputPin
|
||||
field = "turbo speed multiplier", turboSpeedSensorMultiplier
|
||||
field = "Artificial Misfire", artificialTestMisfire
|
||||
panel = allTriggerDebug
|
||||
|
||||
help = helpGeneral, "rusEFI General Help"
|
||||
|
|
Loading…
Reference in New Issue