From 4e9f82a0e741a675e932ad83578f048fdb8917cd Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 31 Dec 2015 11:11:00 +0900 Subject: [PATCH] Notify: fix parameter description --- libraries/AP_Notify/AP_Notify.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/AP_Notify/AP_Notify.cpp b/libraries/AP_Notify/AP_Notify.cpp index 57bdd9fe02..eef610d5df 100644 --- a/libraries/AP_Notify/AP_Notify.cpp +++ b/libraries/AP_Notify/AP_Notify.cpp @@ -19,9 +19,9 @@ // table of user settable parameters const AP_Param::GroupInfo AP_Notify::var_info[] = { - // @Param: RGB_LED - // @DisplayName: RGB LED Brightness - // @Description: Select the RGB LED brightness level. When USB is connected brightness will always be low no matter the setting or OFF if that is configured. + // @Param: LED_BRIGHT + // @DisplayName: LED Brightness + // @Description: Select the RGB LED brightness level. When USB is connected brightness will never be higher than low regardless of the setting. // @Values: 0:Off,1:Low,2:Medium,3:High // @User: Advanced AP_GROUPINFO("LED_BRIGHT", 0, AP_Notify, _rgb_led_brightness, RGB_LED_HIGH),