AP_BLHeli: correct SERVO_BLH_POLES parameter value range metadata

This commit is contained in:
Dr.-Ing. Amilcar do Carmo Lucas 2018-11-02 12:01:09 +01:00 committed by Randy Mackay
parent 1c162c8b64
commit 6b2ad734b6

View File

@ -104,7 +104,7 @@ const AP_Param::GroupInfo AP_BLHeli::var_info[] = {
// @Param: POLES
// @DisplayName: Motor Poles
// @Description: This allows calculation of true RPM from ESC's eRPM. The default is 14.
// @Values: 1-127
// @Range: 1 127
// @User: Advanced
AP_GROUPINFO("POLES", 9, AP_BLHeli, motor_poles, 14),