AP_Notify: modify NTF_BUZZ_VOLUME description

This commit is contained in:
Tatsuya Yamaguchi 2021-02-04 14:02:31 +09:00 committed by Randy Mackay
parent ee2f615352
commit 83417c1df7

View File

@ -178,7 +178,7 @@ const AP_Param::GroupInfo AP_Notify::var_info[] = {
// @Param: BUZZ_VOLUME
// @DisplayName: Buzzer volume
// @Description: Enable or disable the buzzer.
// @Description: Control the volume of the buzzer
// @Range: 0 100
// @Units: %
AP_GROUPINFO("BUZZ_VOLUME", 8, AP_Notify, _buzzer_volume, 100),