Make ETB low limit configurable #4119
This commit is contained in:
parent
eb82fbc162
commit
3329bc77c4
|
@ -1514,7 +1514,9 @@ output_pin_e tcu_32_solenoid_pin
|
||||||
pin_output_mode_e tcu_32_solenoid_pin_mode
|
pin_output_mode_e tcu_32_solenoid_pin_mode
|
||||||
pwm_freq_t tcu_32_solenoid_freq
|
pwm_freq_t tcu_32_solenoid_freq
|
||||||
|
|
||||||
uint8_t[250] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
float etbMinimumPosition
|
||||||
|
|
||||||
|
uint8_t[246] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||||
|
|
||||||
! end of engine_configuration_s
|
! end of engine_configuration_s
|
||||||
end_struct
|
end_struct
|
||||||
|
|
|
@ -3616,6 +3616,7 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
field = "H-Bridge #1 function", etbFunctions1
|
field = "H-Bridge #1 function", etbFunctions1
|
||||||
field = "H-Bridge #2 function", etbFunctions2
|
field = "H-Bridge #2 function", etbFunctions2
|
||||||
field = "PWM Frequency", etbFreq
|
field = "PWM Frequency", etbFreq
|
||||||
|
field = "Minimum ETB position", etbMinimumPosition
|
||||||
field = "Maximum ETB position", etbMaximumPosition
|
field = "Maximum ETB position", etbMaximumPosition
|
||||||
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
|
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
|
||||||
; criteria for the same panel when used in multiple places
|
; criteria for the same panel when used in multiple places
|
||||||
|
|
Loading…
Reference in New Issue