diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index c0e7c3c1e2..cb8c9151f8 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -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"