diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 7ad20b6..dcebce2 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1691,8 +1691,27 @@ "message": "Magnetometer (if supported)" }, "PIDTip": { - "message": "Derivative from Error provides more direct stick response and is mostly prefered for Racing.
Derivative from Measurement provides smoother stick response what is more usefull for freestyling" - }  + "message": "Derivative from Error
Provides more direct stick response and is mostly prefered for Racing.
Derivative from Measurement provides smoother stick response what is more usefull for freestyling" + }, + "PTip": { + "message": "Proportional
provides more direct stick response and is mostly prefered for Racing.
Derivative from Measurement provides smoother stick response what is more usefull for freestyling" + }, + "ITip": { + "message": "Integral
provides more direct stick response and is mostly prefered for Racing.
Derivative from Measurement provides smoother stick response what is more usefull for freestyling" + }, + "DTip": { + "message": "Derivative
provides more direct stick response and is mostly prefered for Racing.
Derivative from Measurement provides smoother stick response what is more usefull for freestyling" + }, + "RateTip": { + "message": "Rate
provides more direct stick response and is mostly prefered for Racing.
Derivative from Measurement provides smoother stick response what is more usefull for freestyling" + }, + "RcRateTip": { + "message": "Rc Rate
provides more direct stick response and is mostly prefered for Racing.
Derivative from Measurement provides smoother stick response what is more usefull for freestyling" + }, + "ExpoTip": { + "message": "Rc Expo
provides more direct stick response and is mostly prefered for Racing.
Derivative from Measurement provides smoother stick response what is more usefull for freestyling" + }  +     diff --git a/tabs/pid_tuning.html b/tabs/pid_tuning.html index fbae9bf..c025797 100755 --- a/tabs/pid_tuning.html +++ b/tabs/pid_tuning.html @@ -44,7 +44,8 @@    -  +    
 +