Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2020-11-04 00:05:36 +00:00
parent f9357d209a
commit d0ab0a74e2
21 changed files with 60 additions and 70 deletions

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD all #define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 1004388977 #define SIGNATURE_HASH 1820140132
#define TS_SIGNATURE "rusEFI 2020.11.03.all.1004388977" #define TS_SIGNATURE "rusEFI 2020.11.04.all.1820140132"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD frankenso_na6 #define SIGNATURE_BOARD frankenso_na6
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 2913825674 #define SIGNATURE_HASH 4195193759
#define TS_SIGNATURE "rusEFI 2020.11.03.frankenso_na6.2913825674" #define TS_SIGNATURE "rusEFI 2020.11.04.frankenso_na6.4195193759"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD hellen_cypress #define SIGNATURE_BOARD hellen_cypress
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 4062995634 #define SIGNATURE_HASH 2777449639
#define TS_SIGNATURE "rusEFI 2020.11.03.hellen_cypress.4062995634" #define TS_SIGNATURE "rusEFI 2020.11.04.hellen_cypress.2777449639"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD kin #define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 2737856072 #define SIGNATURE_HASH 4103126621
#define TS_SIGNATURE "rusEFI 2020.11.03.kin.2737856072" #define TS_SIGNATURE "rusEFI 2020.11.04.kin.4103126621"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD mre_f4 #define SIGNATURE_BOARD mre_f4
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 1408657951 #define SIGNATURE_HASH 72780298
#define TS_SIGNATURE "rusEFI 2020.11.03.mre_f4.1408657951" #define TS_SIGNATURE "rusEFI 2020.11.04.mre_f4.72780298"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD mre_f7 #define SIGNATURE_BOARD mre_f7
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 1408657951 #define SIGNATURE_HASH 72780298
#define TS_SIGNATURE "rusEFI 2020.11.03.mre_f7.1408657951" #define TS_SIGNATURE "rusEFI 2020.11.04.mre_f7.72780298"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD prometheus_405 #define SIGNATURE_BOARD prometheus_405
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 2030421024 #define SIGNATURE_HASH 782574645
#define TS_SIGNATURE "rusEFI 2020.11.03.prometheus_405.2030421024" #define TS_SIGNATURE "rusEFI 2020.11.04.prometheus_405.782574645"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD prometheus_469 #define SIGNATURE_BOARD prometheus_469
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 2030421024 #define SIGNATURE_HASH 782574645
#define TS_SIGNATURE "rusEFI 2020.11.03.prometheus_469.2030421024" #define TS_SIGNATURE "rusEFI 2020.11.04.prometheus_469.782574645"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD proteus_f4 #define SIGNATURE_BOARD proteus_f4
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 4067920047 #define SIGNATURE_HASH 2782357690
#define TS_SIGNATURE "rusEFI 2020.11.03.proteus_f4.4067920047" #define TS_SIGNATURE "rusEFI 2020.11.04.proteus_f4.2782357690"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD proteus_f7 #define SIGNATURE_BOARD proteus_f7
#define SIGNATURE_DATE 2020.11.03 #define SIGNATURE_DATE 2020.11.04
#define SIGNATURE_HASH 4067920047 #define SIGNATURE_HASH 2782357690
#define TS_SIGNATURE "rusEFI 2020.11.03.proteus_f7.4067920047" #define TS_SIGNATURE "rusEFI 2020.11.04.proteus_f7.2782357690"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.all.1004388977" signature = "rusEFI 2020.11.04.all.1820140132"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.all.1004388977" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.all.1820140132" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 03 17:20:09 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 04 00:04:53 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4558,7 +4558,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "ETB test bench", cmd_set_engine_type_etb_test commandButton = "ETB test bench", cmd_set_engine_type_etb_test
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.frankenso_na6.2913825674" signature = "rusEFI 2020.11.04.frankenso_na6.4195193759"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.frankenso_na6.2913825674" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.frankenso_na6.4195193759" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 03 17:20:21 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 04 00:05:06 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4551,7 +4551,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "ETB test bench", cmd_set_engine_type_etb_test commandButton = "ETB test bench", cmd_set_engine_type_etb_test
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.hellen_cypress.4062995634" signature = "rusEFI 2020.11.04.hellen_cypress.2777449639"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.hellen_cypress.4062995634" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.hellen_cypress.2777449639" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Nov 03 17:20:32 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Nov 04 00:05:17 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4558,7 +4558,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "ETB test bench", cmd_set_engine_type_etb_test commandButton = "ETB test bench", cmd_set_engine_type_etb_test
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.kin.2737856072" signature = "rusEFI 2020.11.04.kin.4103126621"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.kin.2737856072" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.kin.4103126621" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Nov 03 17:20:30 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Nov 04 00:05:15 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4559,7 +4559,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "ETB test bench", cmd_set_engine_type_etb_test commandButton = "ETB test bench", cmd_set_engine_type_etb_test
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.mre_f4.1408657951" signature = "rusEFI 2020.11.04.mre_f4.72780298"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.mre_f4.1408657951" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.mre_f4.72780298" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 03 17:20:20 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 04 00:05:04 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4527,7 +4527,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.mre_f7.1408657951" signature = "rusEFI 2020.11.04.mre_f7.72780298"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.mre_f7.1408657951" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.mre_f7.72780298" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 03 17:20:16 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 04 00:05:02 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4527,7 +4527,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.prometheus_405.2030421024" signature = "rusEFI 2020.11.04.prometheus_405.782574645"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.prometheus_405.2030421024" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.prometheus_405.782574645" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 03 17:20:25 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 04 00:05:10 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4554,7 +4554,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "ETB test bench", cmd_set_engine_type_etb_test commandButton = "ETB test bench", cmd_set_engine_type_etb_test
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.prometheus_469.2030421024" signature = "rusEFI 2020.11.04.prometheus_469.782574645"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.prometheus_469.2030421024" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.prometheus_469.782574645" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 03 17:20:23 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 04 00:05:08 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4554,7 +4554,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "ETB test bench", cmd_set_engine_type_etb_test commandButton = "ETB test bench", cmd_set_engine_type_etb_test
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.proteus_f4.4067920047" signature = "rusEFI 2020.11.04.proteus_f4.2782357690"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.proteus_f4.4067920047" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.proteus_f4.2782357690" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 03 17:20:28 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 04 00:05:14 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4515,7 +4515,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "ETB test bench", cmd_set_engine_type_etb_test commandButton = "ETB test bench", cmd_set_engine_type_etb_test
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.11.03.proteus_f7.4067920047" signature = "rusEFI 2020.11.04.proteus_f7.2782357690"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.11.03.proteus_f7.4067920047" ; signature is expected to be 7 or more characters. signature = "rusEFI 2020.11.04.proteus_f7.2782357690" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -74,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 03 17:20:26 UTC 2020 ; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Nov 04 00:05:12 UTC 2020
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -4515,7 +4515,6 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
commandButton = "ETB test bench", cmd_set_engine_type_etb_test commandButton = "ETB test bench", cmd_set_engine_type_etb_test
commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test commandButton = "TLE8888 test bench", cmd_set_engine_type_8888_test
commandButton = "Reset firmware settings", cmd_set_engine_type_default commandButton = "Reset firmware settings", cmd_set_engine_type_default
field = "#Please DO NOT hit 'Burn' - just press a command button above and disconnect TunerStudio!"
; Board->ECU stimulator ; Board->ECU stimulator