"debug i4" & "debug i5" gauges
This commit is contained in:
parent
c01734b8a4
commit
e7b56452c7
|
@ -892,8 +892,8 @@
|
|||
#define frequencyReportingMapInputPin_offset_hex 3ca
|
||||
#define clutchUpPinMode_offset 971
|
||||
#define clutchUpPinMode_offset_hex 3cb
|
||||
#define unusedspi2_offset 972
|
||||
#define unusedspi2_offset_hex 3cc
|
||||
#define unusedAtBoardConfigurationEnd_offset 972
|
||||
#define unusedAtBoardConfigurationEnd_offset_hex 3cc
|
||||
#define vvtDisplayInverted_offset 1464
|
||||
#define vvtDisplayInverted_offset_hex 5b8
|
||||
#define fuelClosedLoopCorrectionEnabled_offset 1464
|
||||
|
@ -1580,10 +1580,8 @@
|
|||
#define externalKnockSenseAdc_offset_hex c37
|
||||
#define stepperEnablePin_offset 3128
|
||||
#define stepperEnablePin_offset_hex c38
|
||||
#define unusedSteDiM_offset 3129
|
||||
#define unusedSteDiM_offset_hex c39
|
||||
#define unusedTest55_offset 3130
|
||||
#define unusedTest55_offset_hex c3a
|
||||
#define unusedTest55_offset 3129
|
||||
#define unusedTest55_offset_hex c39
|
||||
#define crankingAdvanceBins_offset 3132
|
||||
#define crankingAdvanceBins_offset_hex c3c
|
||||
#define crankingAdvance_offset 3148
|
||||
|
@ -1642,8 +1640,8 @@
|
|||
#define etbBiasValues_offset_hex f68
|
||||
#define hip9011Gain_offset 3976
|
||||
#define hip9011Gain_offset_hex f88
|
||||
#define unusedEnd_offset 3980
|
||||
#define unusedEnd_offset_hex f8c
|
||||
#define mainUnusedEnd_offset 3980
|
||||
#define mainUnusedEnd_offset_hex f8c
|
||||
#define cltCrankingCorrBins_offset 6480
|
||||
#define cltCrankingCorrBins_offset_hex 1950
|
||||
#define cltCrankingCorr_offset 6512
|
||||
|
|
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 02 13:19:29 EST 2019
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 02 13:22:25 EST 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -1641,6 +1641,8 @@ gaugeCategory = Debug
|
|||
debugIntField1Gauge = debugIntField1, "debug i1: pParam", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
debugIntField2Gauge = debugIntField2, "debug i2: offset", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
debugIntField3Gauge = debugIntField3, "debug i3", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
debugIntField4Gauge = debugIntField4, "debug i4", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
debugIntField5Gauge = debugIntField5, "debug i5", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
|
||||
gaugeCategory = Sensors
|
||||
RPMGauge = RPMValue, "Engine Speed", "RPM", 0, 15000, 200, 500, 6000, 6000, 0, 0
|
||||
|
|
|
@ -761,6 +761,8 @@ gaugeCategory = Debug
|
|||
debugIntField1Gauge = debugIntField1, "debug i1: pParam", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
debugIntField2Gauge = debugIntField2, "debug i2: offset", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
debugIntField3Gauge = debugIntField3, "debug i3", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
debugIntField4Gauge = debugIntField4, "debug i4", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
debugIntField5Gauge = debugIntField5, "debug i5", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
|
||||
gaugeCategory = Sensors
|
||||
RPMGauge = RPMValue, "Engine Speed", "RPM", 0, 15000, 200, 500, 6000, 6000, 0, 0
|
||||
|
|
Loading…
Reference in New Issue