auto-sync

This commit is contained in:
rusEfi 2015-03-24 19:04:26 -05:00
parent bce2dbcdbf
commit 809186d138
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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;
}