auto-sync
This commit is contained in:
parent
bce2dbcdbf
commit
809186d138
|
@ -385,7 +385,8 @@ void setDodgeNeonNGCEngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
|
|||
engineConfiguration->fanOnTemperature = 85;
|
||||
engineConfiguration->fanOffTemperature = 80;
|
||||
|
||||
boardConfiguration->tunerStudioSerialSpeed = 9600;
|
||||
// boardConfiguration->tunerStudioSerialSpeed = 9600;
|
||||
boardConfiguration->tunerStudioSerialSpeed = 38400;
|
||||
engineConfiguration->algorithm = LM_SPEED_DENSITY;
|
||||
|
||||
boardConfiguration->alternatorControlPin = GPIOD_5;
|
||||
|
|
|
@ -276,5 +276,5 @@ int getRusEfiVersion(void) {
|
|||
return 1; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE[0] == 0)
|
||||
return 1; // this is here to make the compiler happy about the unused array
|
||||
return 20150323;
|
||||
return 20150324;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue