v12
This commit is contained in:
parent
d0705f14ee
commit
2e9da1387d
|
@ -321,4 +321,15 @@ void setEngineBMW_M73_Proteus(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
engineConfiguration->etb.maxValue = 100.0;
|
engineConfiguration->etb.maxValue = 100.0;
|
||||||
|
|
||||||
|
|
||||||
|
CONFIG(useETBforIdleControl) = true;
|
||||||
|
|
||||||
|
// Nissan 60mm throttle
|
||||||
|
CONFIG(tpsMin) = CONFIG(tps2Min) = 113;
|
||||||
|
CONFIG(tpsMax) = CONFIG(tps2Max) = 846;
|
||||||
|
CONFIG(tps1SecondaryMin) = CONFIG(tps2SecondaryMin) = 897;
|
||||||
|
CONFIG(tps1SecondaryMax) = CONFIG(tps2SecondaryMax) = 161;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2900,6 +2900,10 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
||||||
commandButton = "Spark #6", cmd_test_spk6
|
commandButton = "Spark #6", cmd_test_spk6
|
||||||
commandButton = "Spark #7", cmd_test_spk7
|
commandButton = "Spark #7", cmd_test_spk7
|
||||||
commandButton = "Spark #8", cmd_test_spk8
|
commandButton = "Spark #8", cmd_test_spk8
|
||||||
|
commandButton = "Spark #9", cmd_test_spk9
|
||||||
|
commandButton = "Spark #10",cmd_test_spk10
|
||||||
|
commandButton = "Spark #11",cmd_test_spk11
|
||||||
|
commandButton = "Spark #12",cmd_test_spk12
|
||||||
|
|
||||||
dialog = testMisc, "Misc"
|
dialog = testMisc, "Misc"
|
||||||
; commandButton = "Come To Pit", cmd_call_from_pit
|
; commandButton = "Come To Pit", cmd_call_from_pit
|
||||||
|
|
Loading…
Reference in New Issue