mirror of https://github.com/ArduPilot/ardupilot
AP_ADSB: do not transmit by default
In various countries transmitting on the ADSB frequencies is a federal offence. Let's not have our users do that be default.
This commit is contained in:
parent
5e63abf431
commit
9dd4755084
|
@ -107,7 +107,7 @@ const AP_Param::GroupInfo AP_ADSB::var_info[] = {
|
|||
// @Description: Transceiver RF selection for Rx enable and/or Tx enable.
|
||||
// @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 | UAVIONIX_ADSB_OUT_RF_SELECT_TX_ENABLED),
|
||||
AP_GROUPINFO("RF_SELECT", 9, AP_ADSB, out_state.cfg.rfSelect, UAVIONIX_ADSB_OUT_RF_SELECT_RX_ENABLED),
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue