auto-sync
This commit is contained in:
parent
d11c8c8189
commit
6f841fa6f6
|
@ -461,6 +461,9 @@ void setDodgeNeonNGCEngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
|
|||
engineConfiguration->suckedOffCoef = 0.05;
|
||||
engineConfiguration->addedToWallCoef = 0.40;
|
||||
|
||||
boardConfiguration->isSdCardEnabled = false;
|
||||
boardConfiguration->manIdlePosition = 40; // set_idle_pwm 40
|
||||
|
||||
}
|
||||
|
||||
#endif /* EFI_SUPPORT_DODGE_NEON */
|
||||
|
|
|
@ -120,6 +120,7 @@ public class RecentCommands {
|
|||
add("enable self_stimulation");
|
||||
add("disable self_stimulation");
|
||||
|
||||
add("blipidle 80 2000");
|
||||
add("set_idle_position 50");
|
||||
add("sparkbench 5 400 2");
|
||||
add("fuelbench 5 400 2");
|
||||
|
|
Loading…
Reference in New Issue