Auto-generated configs and docs
This commit is contained in:
parent
c96b05fb47
commit
476c55fd4e
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD proteus_f4
|
||||
#define SIGNATURE_DATE 2020.09.29
|
||||
#define SIGNATURE_HASH 1367417904
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.29.proteus_f4.1367417904"
|
||||
#define SIGNATURE_DATE 2020.09.30
|
||||
#define SIGNATURE_HASH 2108457839
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.30.proteus_f4.2108457839"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD proteus_f7
|
||||
#define SIGNATURE_DATE 2020.09.29
|
||||
#define SIGNATURE_HASH 1367417904
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.29.proteus_f7.1367417904"
|
||||
#define SIGNATURE_DATE 2020.09.30
|
||||
#define SIGNATURE_HASH 2108457839
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.30.proteus_f7.2108457839"
|
||||
|
|
Binary file not shown.
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.29.proteus_f4.1367417904"
|
||||
signature = "rusEFI 2020.09.30.proteus_f4.2108457839"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.29.proteus_f4.1367417904" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.30.proteus_f4.2108457839" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Tue Sep 29 10:36:22 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 30 23:20:03 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -2760,6 +2760,7 @@ menuDialog = main
|
|||
subMenu = std_separator
|
||||
|
||||
subMenu = canBusMain, "CAN Bus Communication"
|
||||
subMenu = sdCard, "SD Card Logger"
|
||||
subMenu = connection, "Connection"
|
||||
subMenu = tle8888, "TLE8888"
|
||||
|
||||
|
@ -3354,6 +3355,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
|
|||
field = "ETB#2 Dir #2", etbIo2_directionPin2
|
||||
field = "ETB#2 Control #1", etbIo2_controlPin1
|
||||
field = "ETB#2 Disable", etbIo2_disablePin
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "test557pin", test557pin
|
||||
field = "Fan Pin", fanPin
|
||||
|
|
|
@ -33,12 +33,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI 2020.09.29.proteus_f7.1367417904"
|
||||
signature = "rusEFI 2020.09.30.proteus_f7.2108457839"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmwave version for title bar.
|
||||
signature = "rusEFI 2020.09.29.proteus_f7.1367417904" ; signature is expected to be 7 or more characters.
|
||||
signature = "rusEFI 2020.09.30.proteus_f7.2108457839" ; signature is expected to be 7 or more characters.
|
||||
|
||||
[Constants]
|
||||
; new packet serial format with CRC
|
||||
|
@ -74,7 +74,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 Tue Sep 29 10:36:20 UTC 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Sep 30 23:20:00 UTC 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -2760,6 +2760,7 @@ menuDialog = main
|
|||
subMenu = std_separator
|
||||
|
||||
subMenu = canBusMain, "CAN Bus Communication"
|
||||
subMenu = sdCard, "SD Card Logger"
|
||||
subMenu = connection, "Connection"
|
||||
subMenu = tle8888, "TLE8888"
|
||||
|
||||
|
@ -3354,6 +3355,7 @@ cmd_set_engine_type_default = "Z\x00\x31\x00\x00"
|
|||
field = "ETB#2 Dir #2", etbIo2_directionPin2
|
||||
field = "ETB#2 Control #1", etbIo2_controlPin1
|
||||
field = "ETB#2 Disable", etbIo2_disablePin
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "test557pin", test557pin
|
||||
field = "Fan Pin", fanPin
|
||||
|
|
Loading…
Reference in New Issue