only: Base tune for 154hyundai #6158

This commit is contained in:
Andrey 2024-03-06 21:01:35 -05:00
parent 5345069862
commit c0ff04bfd6
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,8 @@ public class TuneCanToolRunner extends TuneCanTool {
// while adding a line here make sure corresponding line is at rusEfiFunctionalTest.cpp
// https://github.com/rusefi/rusefi/issues/4038
processREOtune(985, engine_type_e.MAZDA_MIATA_NB2, "MazdaMiataNB2", "nb2");
processREOtune(1507, engine_type_e.HELLEN_154_HYUNDAI_COUPE_BK2, "COUPE-BK2", "couple");
processREOtune(1508, engine_type_e.HELLEN_154_HYUNDAI_COUPE_BK1, "COUPE-BK1", "coupleBK1");
processREOtune(1507, engine_type_e.HELLEN_154_HYUNDAI_COUPE_BK2, "COUPE-BK2", "coupleBK2");
processREOtune(1576, engine_type_e.HYUNDAI_PB, "PB", "pb");
processREOtune(1591, engine_type_e.BMW_M52, "M52", "");
processREOtune(1490, engine_type_e.MRE_M111, "m111-alex", "");

View File

@ -32,6 +32,7 @@ public class WriteSimulatorConfiguration {
readBinaryWriteXmlTune(Fields.SIMULATOR_TUNE_BIN_FILE_NAME, TuneCanTool.DEFAULT_TUNE);
for (engine_type_e type : new engine_type_e[]{
// [CannedTunes] see 'rusEfiFunctionalTest.cpp' which exports default tunes into binary files for us
// [CannedTunes] TuneCanToolRunner for last third step
engine_type_e.MRE_M111,
engine_type_e.BMW_M52,
engine_type_e.MAZDA_MIATA_NA6,