AP_OSD: fix white space error preventing emit to Wiki
This commit is contained in:
parent
3bbac765f0
commit
f78a09ba2a
@ -70,9 +70,7 @@ const AP_Param::GroupInfo AP_OSD::var_info[] = {
|
|||||||
// @Param: _SW_METHOD
|
// @Param: _SW_METHOD
|
||||||
// @DisplayName: Screen switch method
|
// @DisplayName: Screen switch method
|
||||||
// @Description: This sets the method used to switch different OSD screens.
|
// @Description: This sets the method used to switch different OSD screens.
|
||||||
// @Values: 0: switch to next screen if channel value was changed,
|
// @Values: 0: switch to next screen if channel value was changed, 1: select screen based on pwm ranges specified for each screen, 2: switch to next screen after low to high transition and every 1s while channel value is high
|
||||||
// 1: select screen based on pwm ranges specified for each screen,
|
|
||||||
// 2: switch to next screen after low to high transition and every 1s while channel value is high
|
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("_SW_METHOD", 7, AP_OSD, sw_method, AP_OSD::TOGGLE),
|
AP_GROUPINFO("_SW_METHOD", 7, AP_OSD, sw_method, AP_OSD::TOGGLE),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user