RSSI channel is not limited to 5-8.

Fix doc per my request on https://github.com/ArduPilot/ardupilot/issues/3280
This commit is contained in:
Marc MERLIN 2016-03-29 08:16:42 -07:00
parent 6718241dad
commit 5bcd1b02ef
1 changed files with 1 additions and 2 deletions

View File

@ -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),