auto-sync

This commit is contained in:
rusEfi 2016-02-08 23:01:43 -05:00
parent 6c3ba8ef64
commit 0543e877f5
2 changed files with 4 additions and 3 deletions

View File

@ -238,6 +238,7 @@ void setDodgeNeonNGCEngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
// boardConfiguration->useWarmupPidAfr = true;
engineConfiguration->warmupAfrPid.pFactor = -0.2;
engineConfiguration->warmupAfrPid.dFactor = -0.02;
engineConfiguration->debugMode = WARMUP_ENRICH;
// set_global_trigger_offset_angle 38
engineConfiguration->globalTriggerAngleOffset = 38;

View File

@ -70,9 +70,9 @@ custom baro_corr_table_t 64 array, F32, @OFFSET@, [@@BARO_CORR_SIZE@@x@@BARO
custom ignition_table_t 1024 array, F32, @OFFSET@, [16x16],"deg", 1, 0, -720, 720, 2
struct pid_s
float pFactor;;"value", 1, 0, 0, 1000, 3
float iFactor;;"value", 1, 0, 0, 1000, 3
float dFactor;;"value", 1, 0, 0, 1000, 3
float pFactor;;"value", 1, 0, 0, 1000, 5
float iFactor;;"value", 1, 0, 0, 1000, 5
float dFactor;;"value", 1, 0, 0, 1000, 5
float offset;Linear addition to PID logic;"value", 1, 0, 0, 1000, 3
end_struct