more channel names #98

(cherry picked from commit 536b8537241ba6a0aac8c932636ce4e7a5b4f839)
This commit is contained in:
Matthew Kennedy 2023-05-04 16:15:50 -04:00 committed by rusefillc
parent d62a27b6b1
commit 3ea53aba9d
2 changed files with 12 additions and 10 deletions

View File

@ -101,8 +101,8 @@ uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 5, 2
uint16_t canReadCounter;;"",1, 0, 0, 0, 0
int16_t autoscale tpsAccelFuel;@@GAUGE_NAME_FUEL_TPS_EXTRA@@;"ms",{1/@@PACK_MULT_MS@@}, 0, 0, 0, 3
! Ignition
uint8_t currentIgnitionMode;
uint8_t currentInjectionMode;
uint8_t currentIgnitionMode;@@GAUGE_NAME_IGNITION_MODE@@
uint8_t currentInjectionMode;@@GAUGE_NAME_INJECTION_MODE@@
uint16_t autoscale coilDutyCycle;@@GAUGE_NAME_DWELL_DUTY@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
! Idle & ETB
@ -150,7 +150,7 @@ int8_t[4] unusedPadding
! it wants to send have been sent.
float calibrationValue;;"", 1, 0, 0, 0, 0
uint8_t calibrationMode;;"", 1, 0, 0, 0, 0
uint8_t idleTargetPosition;;"", 1, 0, 0, 0, 0
uint8_t idleTargetPosition;Idle: Stepper target position;"", 1, 0, 0, 0, 0
uint8_t detectedGear;@@GAUGE_NAME_DETECTED_GEAR@@;"", 1, 0, 0, @@GEARS_COUNT@@, 0
uint8_t maxTriggerReentrant;;"", 1, 0, 0, 100, 0

View File

@ -64,7 +64,6 @@
#define GAUGE_NAME_ISS "Input Shaft Speed"
#define GAUGE_NAME_TC_RATIO "Torque Converter Ratio"
#define GAUGE_NAME_TIMING_ADVANCE "timing"
#define GAUGE_NAME_VVS "Vehicle Speed"
#define GAUGE_NAME_GEAR_RATIO "Gearbox Ratio"
#define GAUGE_NAME_DETECTED_GEAR "Detected Gear"
@ -140,12 +139,13 @@
#define GAUGE_NAME_KNOCK_COUNTER "Knock: Count"
#define GAUGE_NAME_KNOCK_RETARD "Knock: Retard"
#define GAUGE_NAME_INJECTION_MODE "Fuel: Injection mode"
#define GAUGE_NAME_FUEL_BARO_CORR "Fuel: Barometric pressure mult"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_INJECTOR_LAG "Fuel: injector lag"
#define GAUGE_NAME_FUEL_TPS_ROC "Fuel: TPS change"
#define GAUGE_NAME_FUEL_TPS_ROC "Fuel: TPS AE change"
#define GAUGE_NAME_FUEL_CHARGE_TEMP "Fuel: Estimated charge temperature"
#define GAUGE_NAME_FUEL_TPS_EXTRA "Fuel: TPS acceleration add fuel ms"
#define GAUGE_NAME_FUEL_TPS_EXTRA "Fuel: TPS AE add fuel ms"
#define GAUGE_NAME_FUEL_CLT_CORR "Fuel: CLT correction"
#define GAUGE_NAME_FUEL_IAT_CORR "Fuel: IAT correction"
#define GAUGE_NAME_FUEL_VE "Fuel: VE"
@ -170,11 +170,13 @@
#define GAUGE_NAME_AFR2 "Air/Fuel Ratio 2"
#define GAUGE_NAME_LAMBDA "Lambda"
#define GAUGE_NAME_LAMBDA2 "Lambda 2"
#define GAUGE_NAME_IAC "Idle Air Valve"
#define GAUGE_NAME_IAC "Idle: Position"
#define GAUGE_NAME_DWELL_DUTY "dwell: coil duty cycle"
#define GAUGE_COIL_DWELL_TIME "dwell: coil charge time"
#define GAUGE_NAME_IGNITION_LOAD "ign: load"
#define GAUGE_NAME_TIMING_ADVANCE "Ign: Timing"
#define GAUGE_NAME_DWELL_DUTY "Ign: Coil duty cycle"
#define GAUGE_COIL_DWELL_TIME "Ign: Dwell"
#define GAUGE_NAME_IGNITION_LOAD "Ign: Load"
#define GAUGE_NAME_IGNITION_MODE "Ign: Mode"
#define GAUGE_NAME_DEBUG_F1 "debug f1"
#define GAUGE_NAME_DEBUG_F2 "debug f2: iTerm"