only:alphax-8chan
This commit is contained in:
parent
b938a7233c
commit
35da6835a1
|
@ -18,7 +18,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_tcu true
|
||||
#define ts_show_tps_sent true
|
||||
|
||||
#define ts_show_gdi true
|
||||
|
||||
! f4 and debug would not be happy #define LUA_SCRIPT_SIZE 26000
|
||||
|
||||
|
|
|
@ -171,6 +171,7 @@ static void setGmEcotec3() {
|
|||
setPPSCalibration(1, 4.25, 0.5, 2.14);
|
||||
|
||||
strcpy(engineConfiguration->engineMake, ENGINE_MAKE_GM);
|
||||
engineConfiguration->etbFunctions[1] = DC_None;
|
||||
setGDIFueling();
|
||||
}
|
||||
|
||||
|
@ -216,6 +217,7 @@ void setGmSbcGen5() {
|
|||
|
||||
engineConfiguration->starterControlPin = Gpio::MM176_SPI3_SCK; // 29C - Ignition 9
|
||||
|
||||
engineConfiguration->invertPrimaryTriggerSignal = true;
|
||||
engineConfiguration->vvtMode[1] = VVT_INACTIVE;
|
||||
engineConfiguration->camInputs[1] = Gpio::Unassigned;
|
||||
|
||||
|
|
Loading…
Reference in New Issue