Browse Source

RSSI channel is not limited to 5-8.

Fix doc per my request on https://github.com/ArduPilot/ardupilot/issues/3280
master
Marc MERLIN 9 years ago
parent
commit
5bcd1b02ef
  1. 3
      libraries/AP_RSSI/AP_RSSI.cpp

3
libraries/AP_RSSI/AP_RSSI.cpp

@ -56,9 +56,8 @@ const AP_Param::GroupInfo AP_RSSI::var_info[] = { @@ -56,9 +56,8 @@ const AP_Param::GroupInfo AP_RSSI::var_info[] = {
// @Param: CHANNEL
// @DisplayName: Receiver RSSI channel number
// @Description: The channel number where RSSI will be output by the radio receiver.
// @Description: The channel number where RSSI will be output by the radio receiver (5 and above).
// @Units:
// @Values: 5:Channel5,6:Channel6,7:Channel7,8:Channel8
// @User: Standard
AP_GROUPINFO("CHANNEL", 4, AP_RSSI, rssi_channel, 0),

Loading…
Cancel
Save