Boost Control is experimental/Alpha Version

This commit is contained in:
rusefi 2020-02-02 08:38:15 -05:00
parent 580e725d11
commit 791b816130
1 changed files with 1 additions and 0 deletions

View File

@ -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 }