Boost Control is experimental/Alpha Version
This commit is contained in:
parent
580e725d11
commit
791b816130
|
@ -2527,6 +2527,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
;Boost Closed Loop
|
;Boost Closed Loop
|
||||||
|
|
||||||
dialog = boostPidleft, ""
|
dialog = boostPidleft, ""
|
||||||
|
field = "!Boost Control is experimental/Alpha Version"
|
||||||
field = "P Gain", boostPid_pFactor, { isBoostControlEnabled && boostType == 1 }
|
field = "P Gain", boostPid_pFactor, { isBoostControlEnabled && boostType == 1 }
|
||||||
field = "I Gain", boostPid_iFactor, { isBoostControlEnabled && boostType == 1 }
|
field = "I Gain", boostPid_iFactor, { isBoostControlEnabled && boostType == 1 }
|
||||||
field = "D Gain", boostPid_dFactor, { isBoostControlEnabled && boostType == 1 }
|
field = "D Gain", boostPid_dFactor, { isBoostControlEnabled && boostType == 1 }
|
||||||
|
|
Loading…
Reference in New Issue