auto-sync
This commit is contained in:
parent
02e9cb29d5
commit
1b847a2304
|
@ -513,7 +513,10 @@ typedef struct {
|
|||
short int acCutoffLowRpm;
|
||||
short int acCutoffHighRpm;
|
||||
|
||||
int unused3[89];
|
||||
short int acIdleRpmBump;
|
||||
short int unusedShort;
|
||||
|
||||
int unused3[88];
|
||||
|
||||
} engine_configuration_s;
|
||||
|
||||
|
|
|
@ -350,7 +350,7 @@ fileVersion = { 20141103 }
|
|||
#if CELSIUS
|
||||
intake = scalar, F32, 8, "°C", 1, 0.0
|
||||
#else
|
||||
intake = scalar, F32, 8, "°C", 1, 0.0
|
||||
intake = scalar, F32, 8, "°F", { 0.01 * 9/5 }, 3200.00
|
||||
#endif
|
||||
TPS = scalar, F32, 12, "%", 1, 0
|
||||
MAF = scalar, F32, 16, "V", 1, 0
|
||||
|
|
Loading…
Reference in New Issue