This commit is contained in:
rusefi 2017-05-15 20:10:27 -04:00
parent 337211902e
commit d72b4bbafe
2 changed files with 17 additions and 1 deletions

View File

@ -45,7 +45,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 Mon May 15 05:04:09 EDT 2017
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon May 15 20:09:29 EDT 2017
pageSize = 16376
page = 1
@ -892,6 +892,7 @@ fileVersion = { 20161225 }
clutchDownState =bits, U32, 72, [12:12], "true", "false";
knockEverIndicator=bits, U32, 72, [13:13], "true", "false";
knockNowIndicator=bits, U32, 72, [14:14], "true", "false";
brakePedalIndicator=bits, U32, 72, [15:15], "true", "false";
vehicleSpeedKph = scalar, F32, 76, "kph", 1, 0.0;
ind_tps_error = bits, U32, 80, [0:0], "true", "false";
@ -1293,6 +1294,7 @@ fileVersion = { 20161225 }
indicator = { ind_fuel_pump}, "no pump", "pump", white, black, green, black
indicator = { clutchUpState }, "clutch", "cltch Up", white, black, red, black
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, red, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
; error codes
indicator = { ind_tps_error}, "tps", "tps error", white, black, red, black
@ -1386,6 +1388,7 @@ fileVersion = { 20161225 }
; Alternator_PID: PID reset counter
entry = debugIntField3, "debug i3",int,"%d"
entry = engineMode, "mode",int,"%d"
entry = warningCounter, "warning: counter",int,"%d"
entry = lastErrorCode, "warning: last",int,"%d"
@ -1393,6 +1396,11 @@ fileVersion = { 20161225 }
entry = tCharge, "tCharge",float,"%.3f"
entry = clutchUpState, "clutch: up",int,"%d"
entry = clutchDownState, "clutch: down",int,"%d"
entry = brakePedalIndicator, "brake pedal",int,"%d"
; tpsADC = U16, "ADC",
; alignmet = U16, "al",
; atmPres = F32, "pres",

View File

@ -152,6 +152,7 @@ fileVersion = { 20161225 }
clutchDownState =bits, U32, 72, [12:12], "true", "false";
knockEverIndicator=bits, U32, 72, [13:13], "true", "false";
knockNowIndicator=bits, U32, 72, [14:14], "true", "false";
brakePedalIndicator=bits, U32, 72, [15:15], "true", "false";
vehicleSpeedKph = scalar, F32, 76, "kph", 1, 0.0;
ind_tps_error = bits, U32, 80, [0:0], "true", "false";
@ -553,6 +554,7 @@ fileVersion = { 20161225 }
indicator = { ind_fuel_pump}, "no pump", "pump", white, black, green, black
indicator = { clutchUpState }, "clutch", "cltch Up", white, black, red, black
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, red, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
; error codes
indicator = { ind_tps_error}, "tps", "tps error", white, black, red, black
@ -646,6 +648,7 @@ fileVersion = { 20161225 }
; Alternator_PID: PID reset counter
entry = debugIntField3, "debug i3",int,"%d"
entry = engineMode, "mode",int,"%d"
entry = warningCounter, @@GAUGE_NAME_WARNING_COUNTER@@,int,"%d"
entry = lastErrorCode, @@GAUGE_NAME_WARNING_LAST@@,int,"%d"
@ -653,6 +656,11 @@ fileVersion = { 20161225 }
entry = tCharge, "tCharge",float,"%.3f"
entry = clutchUpState, "clutch: up",int,"%d"
entry = clutchDownState, "clutch: down",int,"%d"
entry = brakePedalIndicator, "brake pedal",int,"%d"
; tpsADC = U16, "ADC",
; alignmet = U16, "al",
; atmPres = F32, "pres",