Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2020-12-30 13:45:30 +00:00
parent acdf6fdc85
commit 586ebc49f9
21 changed files with 70 additions and 50 deletions

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 2926252025
#define TS_SIGNATURE "rusEFI 2020.12.30.all.2926252025"
#define SIGNATURE_HASH 2038882412
#define TS_SIGNATURE "rusEFI 2020.12.30.all.2038882412"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD frankenso_na6
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 941342210
#define TS_SIGNATURE "rusEFI 2020.12.30.frankenso_na6.941342210"
#define SIGNATURE_HASH 4025897367
#define TS_SIGNATURE "rusEFI 2020.12.30.frankenso_na6.4025897367"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD hellen_cypress
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 1738189114
#define TS_SIGNATURE "rusEFI 2020.12.30.hellen_cypress.1738189114"
#define SIGNATURE_HASH 2960606895
#define TS_SIGNATURE "rusEFI 2020.12.30.hellen_cypress.2960606895"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 914789312
#define TS_SIGNATURE "rusEFI 2020.12.30.kin.914789312"
#define SIGNATURE_HASH 3781917781
#define TS_SIGNATURE "rusEFI 2020.12.30.kin.3781917781"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD mre_f4
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 3116093824
#define TS_SIGNATURE "rusEFI 2020.12.30.mre_f4.3116093824"
#define SIGNATURE_HASH 1851145749
#define TS_SIGNATURE "rusEFI 2020.12.30.mre_f4.1851145749"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD mre_f7
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 3116093824
#define TS_SIGNATURE "rusEFI 2020.12.30.mre_f7.3116093824"
#define SIGNATURE_HASH 1851145749
#define TS_SIGNATURE "rusEFI 2020.12.30.mre_f7.1851145749"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD prometheus_405
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 3971156392
#define TS_SIGNATURE "rusEFI 2020.12.30.prometheus_405.3971156392"
#define SIGNATURE_HASH 996075069
#define TS_SIGNATURE "rusEFI 2020.12.30.prometheus_405.996075069"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD prometheus_469
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 3971156392
#define TS_SIGNATURE "rusEFI 2020.12.30.prometheus_469.3971156392"
#define SIGNATURE_HASH 996075069
#define TS_SIGNATURE "rusEFI 2020.12.30.prometheus_469.996075069"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD proteus_f4
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 1740719399
#define TS_SIGNATURE "rusEFI 2020.12.30.proteus_f4.1740719399"
#define SIGNATURE_HASH 2955717298
#define TS_SIGNATURE "rusEFI 2020.12.30.proteus_f4.2955717298"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD proteus_f7
#define SIGNATURE_DATE 2020.12.30
#define SIGNATURE_HASH 1740719399
#define TS_SIGNATURE "rusEFI 2020.12.30.proteus_f7.1740719399"
#define SIGNATURE_HASH 2955717298
#define TS_SIGNATURE "rusEFI 2020.12.30.proteus_f7.2955717298"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.all.2926252025"
signature = "rusEFI 2020.12.30.all.2038882412"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.all.2926252025" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.all.2038882412" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:37:13 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:44:53 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.frankenso_na6.941342210"
signature = "rusEFI 2020.12.30.frankenso_na6.4025897367"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.frankenso_na6.941342210" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.frankenso_na6.4025897367" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:37:19 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:44:59 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.hellen_cypress.1738189114"
signature = "rusEFI 2020.12.30.hellen_cypress.2960606895"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.hellen_cypress.1738189114" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.hellen_cypress.2960606895" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Dec 30 13:37:33 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Dec 30 13:45:11 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.kin.914789312"
signature = "rusEFI 2020.12.30.kin.3781917781"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.kin.914789312" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.kin.3781917781" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Dec 30 13:37:29 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Dec 30 13:45:09 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.mre_f4.3116093824"
signature = "rusEFI 2020.12.30.mre_f4.1851145749"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.mre_f4.3116093824" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.mre_f4.1851145749" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:37:17 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:44:57 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.mre_f7.3116093824"
signature = "rusEFI 2020.12.30.mre_f7.1851145749"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.mre_f7.3116093824" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.mre_f7.1851145749" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:37:15 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:44:56 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.prometheus_405.3971156392"
signature = "rusEFI 2020.12.30.prometheus_405.996075069"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.prometheus_405.3971156392" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.prometheus_405.996075069" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:37:23 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:45:03 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.prometheus_469.3971156392"
signature = "rusEFI 2020.12.30.prometheus_469.996075069"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.prometheus_469.3971156392" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.prometheus_469.996075069" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:37:21 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:45:01 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.proteus_f4.1740719399"
signature = "rusEFI 2020.12.30.proteus_f4.2955717298"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.proteus_f4.1740719399" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.proteus_f4.2955717298" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:37:27 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:45:07 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.12.30.proteus_f7.1740719399"
signature = "rusEFI 2020.12.30.proteus_f7.2955717298"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.12.30.proteus_f7.1740719399" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.12.30.proteus_f7.2955717298" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:37:25 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Dec 30 13:45:05 UTC 2020
pageSize = 20000
page = 1
@ -1591,6 +1591,7 @@ page = 1
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
ind_pedal_error =bits, U32, 0, [26:26], "true", "false";
isTps2Error = bits, U32, 0, [29:29], "true", "false";
isIdleClosedLoop= bits, U32, 0, [30:30], "true", "false";
; RPM, vss
RPMValue = scalar, U16, 4, "RPM", 1, 0.00000
@ -2539,6 +2540,7 @@ gaugeCategory = DynoView
indicator = { clutchDownState }, "clutch", "cltch Down", white, black, yellow, black
indicator = { brakePedalIndicator }, "brake", "brake down", white, black, red, black
indicator = { acSwitchState }, "AC off", "AC on", white, black, blue, white
indicator = { isIdleClosedLoop }, "idle open loop", "idle closed loop", white, black, green, black
; error codes
indicator = { isTpsError}, "tps", "tps error", white, black, red, black