better vvt defaults

This commit is contained in:
rusefi 2017-04-27 22:16:35 -04:00
parent 2bac58b1e0
commit b1f0207690
2 changed files with 5 additions and 5 deletions

View File

@ -313,12 +313,12 @@ void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
*
* to test
* set_fsio_setting 2 1800
* set_fsio_setting 3 95
* set_fsio_setting 4 14
* set_fsio_setting 3 65
* set_fsio_setting 4 15
*/
boardConfiguration->fsio_setting[1] = 6200; // #2 RPM threshold
boardConfiguration->fsio_setting[2] = 90; // #3 CLT threshold
boardConfiguration->fsio_setting[3] = 13.5; // #4 voltage threshold
boardConfiguration->fsio_setting[2] = 100; // #3 CLT threshold
boardConfiguration->fsio_setting[3] = 12.0; // #4 voltage threshold
setFsio(1, GPIOE_6, COMBINED_WARNING_LIGHT PASS_ENGINE_PARAMETER);

View File

@ -251,5 +251,5 @@ int getRusEfiVersion(void) {
return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array
return 20170426;
return 20170427;
}