Better defaults based on some real tunes #5344
This commit is contained in:
parent
55a757e015
commit
2cc359d095
|
@ -70,6 +70,8 @@ void setDefaultBaseEngine() {
|
||||||
engineConfiguration->boostCutPressure = 300;
|
engineConfiguration->boostCutPressure = 300;
|
||||||
engineConfiguration->boostCutPressureHyst = 20;
|
engineConfiguration->boostCutPressureHyst = 20;
|
||||||
|
|
||||||
|
engineConfiguration->primingDelay = 0.5;
|
||||||
|
|
||||||
// Limits and Fallbacks
|
// Limits and Fallbacks
|
||||||
engineConfiguration->rpmHardLimit = 7000;
|
engineConfiguration->rpmHardLimit = 7000;
|
||||||
engineConfiguration->rpmHardLimitHyst = 50;
|
engineConfiguration->rpmHardLimitHyst = 50;
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
|
<component name="GitSharedSettings">
|
||||||
|
<option name="FORCE_PUSH_PROHIBITED_PATTERNS">
|
||||||
|
<list />
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -38,7 +38,10 @@ public class TuneCanTool {
|
||||||
// Scion 1NZ-FE "xB Chinita auto"
|
// Scion 1NZ-FE "xB Chinita auto"
|
||||||
// String fileName = "C:\\Users\\Dell2019\\Downloads\\1448.msq";
|
// String fileName = "C:\\Users\\Dell2019\\Downloads\\1448.msq";
|
||||||
// 4g93
|
// 4g93
|
||||||
String fileName = "C:\\Users\\Dell2019\\Downloads\\1425.msq";
|
//String fileName = "C:\\Users\\Dell2019\\Downloads\\1425.msq";
|
||||||
|
// mtmotorsport BMW https://rusefi.com/online/view.php?msq=1479
|
||||||
|
String fileName = "C:\\Users\\Dell2019\\Downloads\\1479.msq";
|
||||||
|
|
||||||
|
|
||||||
Msq custom = Msq.readTune(fileName);
|
Msq custom = Msq.readTune(fileName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue