better config

This commit is contained in:
rusefi 2017-04-29 14:32:43 -04:00
parent ff0f2e3f87
commit 7c39715483
2 changed files with 4 additions and 2 deletions

View File

@ -317,7 +317,7 @@ void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
* set_fsio_setting 4 15
*/
boardConfiguration->fsio_setting[1] = 6200; // #2 RPM threshold
boardConfiguration->fsio_setting[2] = 100; // #3 CLT threshold
boardConfiguration->fsio_setting[2] = 105; // #3 CLT threshold
boardConfiguration->fsio_setting[3] = 12.0; // #4 voltage threshold
setFsio(1, GPIOE_6, COMBINED_WARNING_LIGHT PASS_ENGINE_PARAMETER);
@ -347,4 +347,6 @@ void setMazdaMiata2003EngineConfigurationNewBoard(DECLARE_ENGINE_PARAMETER_F) {
engineConfiguration->vvtOffset = 97;
engineConfiguration->rpmHardLimit = 6700; // we want to survive the race
}

View File

@ -277,7 +277,7 @@ end_struct
specs_s specs
float cylinderBore;+Cylinder diameter, in mm.;"mm", 1, 0, 0, 20000.0, 2
int sensorSnifferRpmThreshold;+Disable sensor sniffer above this rpm;"RPM", 1, 0, 0,30000, 0
int rpmHardLimit;;"rpm", 1, 0, 0, 20000.0, 2
int rpmHardLimit;set rpm_hard_limit X;"rpm", 1, 0, 0, 20000.0, 2
#define engine_load_mode_e_enum "MAF", "Alpha-N/TPS", "MAP", "SPEED DENSITY"