|
|
|
@ -455,6 +455,15 @@ const AP_Param::Info var_info[] PROGMEM = {
@@ -455,6 +455,15 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|
|
|
|
GGROUP(rc_11, "RC11_", RC_Channel_aux), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 |
|
|
|
|
// @Group: RC9_ |
|
|
|
|
// @Path: ../libraries/RC_Channel/RC_Channel.cpp,../libraries/RC_Channel/RC_Channel_aux.cpp |
|
|
|
|
GGROUP(rc_9, "RC9_", RC_Channel_aux), |
|
|
|
|
// @Group: RC12_ |
|
|
|
|
// @Path: ../libraries/RC_Channel/RC_Channel.cpp,../libraries/RC_Channel/RC_Channel_aux.cpp |
|
|
|
|
GGROUP(rc_12, "RC12_", RC_Channel_aux), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// @Param: RC_SPEED |
|
|
|
|
// @DisplayName: ESC Update Speed |
|
|
|
|
// @Description: This is the speed in Hertz that your ESCs will receive updates |
|
|
|
|