Copter: add ACRO_EXPO param values

This commit is contained in:
Randy Mackay 2014-08-19 12:51:27 +09:00
parent 308c90f138
commit 9c79f9b38d

View File

@ -589,7 +589,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: ACRO_EXPO
// @DisplayName: Acro Expo
// @Description: Acro roll/pitch Expo to allow faster rotation when stick at edges
// @Values: 0:Disabled,0.2:Low,0.3:Medium,0.4:High
// @Values: 0:Disabled,0.1:Very Low,0.2:Low,0.3:Medium,0.4:High,0.5:Very High
// @User: Advanced
GSCALAR(acro_expo, "ACRO_EXPO", ACRO_EXPO_DEFAULT),