diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 778aa69118..4cd2de67c6 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -2527,6 +2527,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" ;Boost Closed Loop dialog = boostPidleft, "" + field = "!Boost Control is experimental/Alpha Version" field = "P Gain", boostPid_pFactor, { isBoostControlEnabled && boostType == 1 } field = "I Gain", boostPid_iFactor, { isBoostControlEnabled && boostType == 1 } field = "D Gain", boostPid_dFactor, { isBoostControlEnabled && boostType == 1 }