only:mre_f4
This commit is contained in:
rusefillc 2023-04-22 12:17:37 -04:00
parent 4c13fcfdbe
commit b25b41227b
1 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@ uint16_t RPMValue;@@GAUGE_NAME_RPM@@;"RPM",1, 0, 0, 8000, 0
uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 5, 2
uint16_t autoscale speedToRpmRatio;@@GAUGE_NAME_GEAR_RATIO@@;"value",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 2
uint8_t vehicleSpeedKph;@@GAUGE_NAME_VVS@@;"kph",1, 0, 0, 0, 1
uint8_t unusedVehicleSpeedKph;@@GAUGE_NAME_VVS@@;"kph",1, 0, 0, 0, 1
int8_t internalMcuTemperature;@@GAUGE_NAME_CPU_TEMP@@;"deg C",1, 0, 0, 0, 0
int16_t autoscale coolant;@@GAUGE_NAME_CLT@@;"deg C",{1/@@PACK_MULT_TEMPERATURE@@}, 0, 0, 0, 1
@ -369,6 +369,7 @@ float mapFast
uint16_t autoscale mafMeasured2;@@GAUGE_NAME_AIR_FLOW_MEASURED_2@@;"kg/h",{1/@@PACK_MULT_MASS_FLOW@@}, 0, 0, 0, 1
uint16_t schedulingUsedCount;;"",1,0,0,0,0
uint16_t autoscale vehicleSpeedKph;@@GAUGE_NAME_VVS@@;"kph",0.01, 0, 0, 0, 2
uint8_t[136 iterate] unusedAtTheEnd;;"",1, 0, 0, 0, 0
uint8_t[134 iterate] unusedAtTheEnd;;"",1, 0, 0, 0, 0
end_struct