From 1c223b520ce4f96d28bf778512596cab9c5cefb3 Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Wed, 13 Sep 2017 13:46:21 -0700 Subject: [PATCH] AP_ADSB - update description of ADSB_RF_SELECT to say Rx-only devices are always in Rx mode --- libraries/AP_ADSB/AP_ADSB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_ADSB/AP_ADSB.cpp b/libraries/AP_ADSB/AP_ADSB.cpp index 92a9257739..d5379da7d5 100644 --- a/libraries/AP_ADSB/AP_ADSB.cpp +++ b/libraries/AP_ADSB/AP_ADSB.cpp @@ -104,7 +104,7 @@ const AP_Param::GroupInfo AP_ADSB::var_info[] = { // @Param: RF_SELECT // @DisplayName: Transceiver RF selection - // @Description: Transceiver RF selection for Rx enable and/or Tx enable. + // @Description: Transceiver RF selection for Rx enable and/or Tx enable. This only effects devices that can Tx and Rx. Rx-only devices override this to always be Rx-only. // @Values: 0:Disabled,1:Rx-Only,2:Tx-Only,3:Rx and Tx Enabled // @User: Advanced AP_GROUPINFO("RF_SELECT", 9, AP_ADSB, out_state.cfg.rfSelect, UAVIONIX_ADSB_OUT_RF_SELECT_RX_ENABLED),