DODGE_NEON_2003_CRANK
This commit is contained in:
parent
e6a5a49805
commit
47912b9d28
|
@ -385,6 +385,7 @@ end_struct
|
|||
#define ET_ROVER_V8 10
|
||||
#define ET_BMW_E34 25
|
||||
#define ET_CAMARO 35
|
||||
#define ET_DODGE_NEON_2003_CRANK 46
|
||||
|
||||
#define ET_MRE_MIATA_NA6_VAF 12
|
||||
#define ET_MRE_MIATA_NB2_MAP 11
|
||||
|
|
|
@ -184,7 +184,7 @@ public class AutoTest extends BaseTest {
|
|||
}
|
||||
|
||||
private void test2003DodgeNeon() {
|
||||
setEngineType(23);
|
||||
setEngineType(46);
|
||||
sendCommand("set wwaeTau 0");
|
||||
sendCommand("set wwaeBeta 0");
|
||||
sendCommand("set mock_map_voltage 1");
|
||||
|
|
Loading…
Reference in New Issue