auto-sync

This commit is contained in:
rusEfi 2016-01-18 21:01:34 -05:00
parent d11c8c8189
commit 6f841fa6f6
2 changed files with 4 additions and 0 deletions

View File

@ -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 */

View File

@ -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");