haha notes
This commit is contained in:
parent
48fc6d91d9
commit
a208078f7c
|
@ -35,6 +35,8 @@ typedef enum {
|
||||||
FO_1_2_3_4_5_6 = 9,
|
FO_1_2_3_4_5_6 = 9,
|
||||||
FO_1_6_3_2_5_4 = 13, // EG33
|
FO_1_6_3_2_5_4 = 13, // EG33
|
||||||
|
|
||||||
|
// todo: one day we shall support 7 cylinder radial, probably not before one actually approaches us
|
||||||
|
|
||||||
// 8 cylinder
|
// 8 cylinder
|
||||||
FO_1_8_4_3_6_5_7_2 = 5,
|
FO_1_8_4_3_6_5_7_2 = 5,
|
||||||
FO_1_8_7_2_6_5_4_3 = 11,
|
FO_1_8_7_2_6_5_4_3 = 11,
|
||||||
|
@ -43,6 +45,7 @@ typedef enum {
|
||||||
FO_1_3_7_2_6_5_4_8 = 20, // Ford 5.0 HO and 351W
|
FO_1_3_7_2_6_5_4_8 = 20, // Ford 5.0 HO and 351W
|
||||||
|
|
||||||
// 9 cylinder - for instance radial :)
|
// 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
|
||||||
FO_1_2_3_4_5_6_7_8_9 = 21,
|
FO_1_2_3_4_5_6_7_8_9 = 21,
|
||||||
|
|
||||||
// 10 cylinder
|
// 10 cylinder
|
||||||
|
|
Loading…
Reference in New Issue