auto-sync
This commit is contained in:
parent
91ef7561cf
commit
fde0d4707d
|
@ -616,7 +616,7 @@ custom idle_mode_e 4 bits, U32, @OFFSET@, [0:0], "false", "true"
|
||||||
int16_t acCutoffHighRpm;
|
int16_t acCutoffHighRpm;
|
||||||
|
|
||||||
int16_t acIdleRpmBump;
|
int16_t acIdleRpmBump;
|
||||||
int16_t warningPeriod;set warningPeriod X
|
int16_t warningPeriod;set warningPeriod X;"seconds", 1, 0, 0, 60, 0
|
||||||
|
|
||||||
adc_channel_e vRefAdcChannel;
|
adc_channel_e vRefAdcChannel;
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,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 ConfigDefinition.jar based on rusefi_config.txt Sun Sep 04 15:44:28 EDT 2016
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Sep 08 15:38:36 EDT 2016
|
||||||
|
|
||||||
pageSize = 16376
|
pageSize = 16376
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -467,7 +467,7 @@ page = 1
|
||||||
;skipping acCutoffLowRpm offset 1520
|
;skipping acCutoffLowRpm offset 1520
|
||||||
;skipping acCutoffHighRpm offset 1522
|
;skipping acCutoffHighRpm offset 1522
|
||||||
;skipping acIdleRpmBump offset 1524
|
;skipping acIdleRpmBump offset 1524
|
||||||
;skipping warningPeriod offset 1526
|
warningPeriod = scalar, S16, 1526, "seconds", 1, 0, 0, 60, 0
|
||||||
vRefAdcChannel = bits, U32, 1528, [0:4] "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "Disabled", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
vRefAdcChannel = bits, U32, 1528, [0:4] "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "Disabled", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||||
;skipping knockDetectionWindowStart offset 1532
|
;skipping knockDetectionWindowStart offset 1532
|
||||||
;skipping knockDetectionWindowEnd offset 1536
|
;skipping knockDetectionWindowEnd offset 1536
|
||||||
|
@ -1670,6 +1670,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
||||||
field = "!ECU reboot needed to apply these settings"
|
field = "!ECU reboot needed to apply these settings"
|
||||||
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||||
field = "Check Engine Pin", malfunctionIndicatorPin
|
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||||
|
field = "Warning Period", warningPeriod
|
||||||
|
|
||||||
; Engine->hip9011 Settings
|
; Engine->hip9011 Settings
|
||||||
dialog = hipFunction, "HIP9011 Settings (knock decoder)"
|
dialog = hipFunction, "HIP9011 Settings (knock decoder)"
|
||||||
|
|
|
@ -1652,6 +1652,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
||||||
field = "!ECU reboot needed to apply these settings"
|
field = "!ECU reboot needed to apply these settings"
|
||||||
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||||
field = "Check Engine Pin", malfunctionIndicatorPin
|
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||||
|
field = "Warning Period", warningPeriod
|
||||||
|
|
||||||
; Engine->hip9011 Settings
|
; Engine->hip9011 Settings
|
||||||
dialog = hipFunction, "HIP9011 Settings (knock decoder)"
|
dialog = hipFunction, "HIP9011 Settings (knock decoder)"
|
||||||
|
|
Loading…
Reference in New Issue