auto-sync
This commit is contained in:
parent
6c3ba8ef64
commit
0543e877f5
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue