1-8-6-2-7-3-4-5 Ferrari-Maserati F136 firing order
This commit is contained in:
parent
f8b84165c6
commit
6a8d62a1ed
|
@ -35,7 +35,8 @@ Release template (copy/paste this for new release):
|
|||
- Make sure TUNERSTUDIO IS DISCONNECTED FROM ECU #6325
|
||||
- 1_6_5_10_2_7_3_8_4_9 firing order BMW S85, also Audi 5.2 R8 and huracan GDI
|
||||
- boost duty gauge is now clamped to match actuator #6339
|
||||
- "MAP estimate table" is only available in speed density mode #6344
|
||||
- "MAP estimate table" is only available in speed density mode #6344
|
||||
- 1-8-6-2-7-3-4-5 Ferrari-Maserati F136 firing order
|
||||
|
||||
### Fixed
|
||||
- ETB traction control drop is affected by not-highlighted cell #5952
|
||||
|
|
|
@ -57,6 +57,7 @@ typedef enum __attribute__ ((__packed__)) {
|
|||
FO_1_5_4_8_6_3_7_2 = 26, // Audi 4.2 40v V8
|
||||
FO_1_5_4_8_3_7_2_6 = 32, // Ford Voodoo
|
||||
FO_1_8_7_3_6_5_4_2 = 28, // VH41DE (Japaneese Y32 Variant)
|
||||
FO_1_8_6_2_7_3_4_5 = 34, // Ferrari-Maserati F136
|
||||
|
||||
// 9 cylinder - for instance radial :)
|
||||
// PS: Matt says that 9cyl is actually 1-3-5-7-9-2-4-6-8 or 1-8-6-4-2-9-7-5-3 for reverse rotation
|
||||
|
@ -79,6 +80,6 @@ typedef enum __attribute__ ((__packed__)) {
|
|||
// unfortunately not supported by default firmware because MAX_CYLINDER_COUNT=12 by default
|
||||
FO_1_14_9_4_7_12_15_6_13_8_3_16_11_2_5_10 = 22, // WR16
|
||||
|
||||
// next value to use: 34
|
||||
// next value to use: 35
|
||||
|
||||
} firing_order_e;
|
||||
|
|
|
@ -144,6 +144,7 @@ static const uint8_t order_1_2_3_4_5_6_7_8[] = { 1, 2, 3, 4, 5, 6, 7, 8 };
|
|||
static const uint8_t order_1_5_4_8_6_3_7_2[] = { 1, 5, 4, 8, 6, 3, 7, 2 };
|
||||
static const uint8_t order_1_8_7_3_6_5_4_2[] = { 1, 8, 7, 3, 6, 5, 4, 2 };
|
||||
static const uint8_t order_1_5_4_8_3_7_2_6[] = { 1, 5, 4, 8, 3, 7, 2, 6 };
|
||||
static const uint8_t order_1_8_6_2_7_3_4_5[] = { 1, 8, 6, 2, 7, 3, 4, 5 };
|
||||
|
||||
// 9 cylinder
|
||||
static const uint8_t order_1_2_3_4_5_6_7_8_9[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 };
|
||||
|
@ -204,6 +205,7 @@ static size_t getFiringOrderLength() {
|
|||
case FO_1_5_4_8_6_3_7_2:
|
||||
case FO_1_8_7_3_6_5_4_2:
|
||||
case FO_1_5_4_8_3_7_2_6:
|
||||
case FO_1_8_6_2_7_3_4_5:
|
||||
return 8;
|
||||
|
||||
// 9 cylinder radial
|
||||
|
@ -293,6 +295,8 @@ static const uint8_t* getFiringOrderTable() {
|
|||
return order_1_8_7_3_6_5_4_2;
|
||||
case FO_1_5_4_8_3_7_2_6:
|
||||
return order_1_5_4_8_3_7_2_6;
|
||||
case FO_1_8_6_2_7_3_4_5:
|
||||
return order_1_5_4_8_3_7_2_6;
|
||||
|
||||
// 9 cylinder
|
||||
case FO_1_2_3_4_5_6_7_8_9:
|
||||
|
|
|
@ -523,7 +523,7 @@ uint32_t cylindersCount;Number of cylinder the engine has.;"", 1, 0, 1, @@MAX_CY
|
|||
|
||||
#define ts_show_communityCommsLedPid false
|
||||
|
||||
custom firing_order_e 1 bits, U08, @OFFSET@, [0:6], "One Cylinder", "1-3-4-2", "1-2-4-3", "1-3-2-4", "1-5-3-6-2-4", "1-8-4-3-6-5-7-2", "1-2-4-5-3", "1-4-2-5-3-6", "1-2", "1-2-3-4-5-6", "1-2-3", "1-8-7-2-6-5-4-3", "1-5-4-2-6-3-7-8", "1-6-3-2-5-4", "1-10-9-4-3-6-5-8-7_2", "1-7-5-11-3-9-6-12-2-8-4-10", "1-7-4-10-2-8-6-12-3-9-5-11", "1-4-3-2", "1-12-5-8-3-10-6-7-2-11-4-9", "1-2-7-8-4-5-6-3", "1-3-7-2-6-5-4-8", "1-2-3-4-5-6-7-8-9", "INVALID", "1-2-3-4-5-6-7-8-9-10-11-12", "1-3-2", "1-2-3-4-5-6-7-8", "1-5-4-8-6-3-7-2", "1-4-3-6-2-5", "1-8-7-3-6-5-4-2", "1-6-2-4-3-5", "1-6-5-4-3-2", "1-4-5-2-3-6", "1-5-4-8-3-7-2-6", "1-6-5-10-2-7-3-8-4-9", "fo34", "fo35", "fo36", "fo37"
|
||||
custom firing_order_e 1 bits, U08, @OFFSET@, [0:6], "One Cylinder", "1-3-4-2", "1-2-4-3", "1-3-2-4", "1-5-3-6-2-4", "1-8-4-3-6-5-7-2", "1-2-4-5-3", "1-4-2-5-3-6", "1-2", "1-2-3-4-5-6", "1-2-3", "1-8-7-2-6-5-4-3", "1-5-4-2-6-3-7-8", "1-6-3-2-5-4", "1-10-9-4-3-6-5-8-7_2", "1-7-5-11-3-9-6-12-2-8-4-10", "1-7-4-10-2-8-6-12-3-9-5-11", "1-4-3-2", "1-12-5-8-3-10-6-7-2-11-4-9", "1-2-7-8-4-5-6-3", "1-3-7-2-6-5-4-8", "1-2-3-4-5-6-7-8-9", "INVALID", "1-2-3-4-5-6-7-8-9-10-11-12", "1-3-2", "1-2-3-4-5-6-7-8", "1-5-4-8-6-3-7-2", "1-4-3-6-2-5", "1-8-7-3-6-5-4-2", "1-6-2-4-3-5", "1-6-5-4-3-2", "1-4-5-2-3-6", "1-5-4-8-3-7-2-6 Voodoo", "1-6-5-10-2-7-3-8-4-9", "1-8-6-2-7-3-4-5 F136", "fo35", "fo36", "fo37"
|
||||
firing_order_e firingOrder;
|
||||
uint8_t justATempTest
|
||||
Gpio communityCommsLedPid
|
||||
|
|
Loading…
Reference in New Issue