Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2020-08-01 03:55:32 +00:00
parent 239ebbadcf
commit 2f21004c80
19 changed files with 126 additions and 45 deletions

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 839537058
#define TS_SIGNATURE "rusEFI 2020.08.01.all.839537058"
#define SIGNATURE_HASH 1472596770
#define TS_SIGNATURE "rusEFI 2020.08.01.all.1472596770"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD frankenso_na6
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 3968679233
#define TS_SIGNATURE "rusEFI 2020.08.01.frankenso_na6.3968679233"
#define SIGNATURE_HASH 2302764993
#define TS_SIGNATURE "rusEFI 2020.08.01.frankenso_na6.2302764993"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 4281634104
#define TS_SIGNATURE "rusEFI 2020.08.01.kin.4281634104"
#define SIGNATURE_HASH 2599999416
#define TS_SIGNATURE "rusEFI 2020.08.01.kin.2599999416"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD mre_f4
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 2079622956
#define TS_SIGNATURE "rusEFI 2020.08.01.mre_f4.2079622956"
#define SIGNATURE_HASH 507043244
#define TS_SIGNATURE "rusEFI 2020.08.01.mre_f4.507043244"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD mre_f7
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 2079622956
#define TS_SIGNATURE "rusEFI 2020.08.01.mre_f7.2079622956"
#define SIGNATURE_HASH 507043244
#define TS_SIGNATURE "rusEFI 2020.08.01.mre_f7.507043244"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD prometheus_405
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 3340142886
#define TS_SIGNATURE "rusEFI 2020.08.01.prometheus_405.3340142886"
#define SIGNATURE_HASH 2732250022
#define TS_SIGNATURE "rusEFI 2020.08.01.prometheus_405.2732250022"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD prometheus_469
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 3340142886
#define TS_SIGNATURE "rusEFI 2020.08.01.prometheus_469.3340142886"
#define SIGNATURE_HASH 2732250022
#define TS_SIGNATURE "rusEFI 2020.08.01.prometheus_469.2732250022"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD proteus_f4
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 3214614637
#define TS_SIGNATURE "rusEFI 2020.08.01.proteus_f4.3214614637"
#define SIGNATURE_HASH 3663166189
#define TS_SIGNATURE "rusEFI 2020.08.01.proteus_f4.3663166189"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD proteus_f7
#define SIGNATURE_DATE 2020.08.01
#define SIGNATURE_HASH 3214614637
#define TS_SIGNATURE "rusEFI 2020.08.01.proteus_f7.3214614637"
#define SIGNATURE_HASH 3663166189
#define TS_SIGNATURE "rusEFI 2020.08.01.proteus_f7.3663166189"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.all.839537058"
signature = "rusEFI 2020.08.01.all.1472596770"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.all.839537058" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.all.1472596770" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:06 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Aug 01 03:55:01 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.frankenso_na6.3968679233"
signature = "rusEFI 2020.08.01.frankenso_na6.2302764993"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.frankenso_na6.3968679233" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.frankenso_na6.2302764993" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:10 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Aug 01 03:55:06 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.kin.4281634104"
signature = "rusEFI 2020.08.01.kin.2599999416"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.kin.4281634104" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.kin.2599999416" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:16 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Aug 01 03:55:13 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.mre_f4.2079622956"
signature = "rusEFI 2020.08.01.mre_f4.507043244"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.mre_f4.2079622956" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.mre_f4.507043244" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:08 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Aug 01 03:55:04 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.mre_f7.2079622956"
signature = "rusEFI 2020.08.01.mre_f7.507043244"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.mre_f7.2079622956" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.mre_f7.507043244" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:07 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Aug 01 03:55:03 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.prometheus_405.3340142886"
signature = "rusEFI 2020.08.01.prometheus_405.2732250022"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.prometheus_405.3340142886" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.prometheus_405.2732250022" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:12 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Aug 01 03:55:09 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.prometheus_469.3340142886"
signature = "rusEFI 2020.08.01.prometheus_469.2732250022"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.prometheus_469.3340142886" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.prometheus_469.2732250022" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:11 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Aug 01 03:55:07 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.proteus_f4.3214614637"
signature = "rusEFI 2020.08.01.proteus_f4.3663166189"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.proteus_f4.3214614637" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.proteus_f4.3663166189" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:15 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Aug 01 03:55:11 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.01.proteus_f7.3214614637"
signature = "rusEFI 2020.08.01.proteus_f7.3663166189"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.01.proteus_f7.3214614637" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.01.proteus_f7.3663166189" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -76,7 +76,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 Sat Aug 01 01:20:14 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Aug 01 03:55:10 UTC 2020
pageSize = 20000
page = 1
@ -1633,6 +1633,7 @@ page = 1
; we use this to match logs to tunes
tuneCrc16 = scalar, U16, 244, "crc16", 1, 0
sd_status = scalar, U08, 246, "", 1.0, 0.0
;
; see TunerStudioOutputChannels struct
@ -2328,6 +2329,11 @@ gaugeCategory = Sensors - Raw
indicator = { isIgnitionEnabledIndicator}, "no ignition", "ignition", yellow, black, white, black
indicator = { ind_injection_enabled}, "no injection", "injection", yellow, black, white, black
indicator = { ind_isTriggerError}, "trigger ok", "trigger err", white, black, red, black
indicator = { sd_status & 1}, "No SD", "SD in", white, black, green, black
indicator = { sd_status & 4}, "SD ready", "SD ready", white, black, green, black
indicator = { sd_status & 8}, "SD Log", "SD Log", white, black, green, black
indicator = { sd_status & 16}, "SD Err", "SD Err", white, black, red, black
; this is required so that the "config error" feature works in TS
; don't change this line - TS is looking for an indicator with particular text/styling
@ -2487,6 +2493,9 @@ gaugeCategory = Sensors - Raw
[Menu]
menuDialog = main
menu = "Data Logging"
subMenu = std_ms3SdConsole, "Browse / Import SD Card"
menu = "&Base &Engine"
subMenu = engineChars, "Base engine"
subMenu = triggerConfiguration, "Trigger"