prep for aux linear sensors #4005
This commit is contained in:
parent
22d4021a46
commit
c4979f8d49
|
@ -1515,7 +1515,10 @@ uint8_t[TORQUE_CURVE_SIZE x TORQUE_CURVE_SIZE] autoscale torqueTable;;"Nm", 10,
|
|||
uint16_t[TORQUE_CURVE_SIZE] torqueRpmBins;;"RPM", 1, 0, 0, 65000, 0
|
||||
uint16_t[TORQUE_CURVE_SIZE] torqueLoadBins;;"Load", 1, 0, 0, 65000, 0
|
||||
|
||||
uint8_t[270] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||
linear_sensor_s auxLinear1
|
||||
linear_sensor_s auxLinear2
|
||||
|
||||
uint8_t[230] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||
|
||||
! end of engine_configuration_s
|
||||
end_struct
|
||||
|
@ -1726,6 +1729,9 @@ end_struct
|
|||
|
||||
#define GAUGE_NAME_ECU_TEMPERATURE "ECU temperature"
|
||||
|
||||
#define GAUGE_NAME_AUX_LINEAR_1 "Aux Linear 1"
|
||||
#define GAUGE_NAME_AUX_LINEAR_2 "Aux Linear 2"
|
||||
|
||||
|
||||
#define INDICATOR_NAME_CLUTCH_UP "clutch: up"
|
||||
#define INDICATOR_NAME_CLUTCH_DOWN "clutch: down"
|
||||
|
|
Loading…
Reference in New Issue