mirror of https://github.com/ArduPilot/ardupilot
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:
parent
6718241dad
commit
5bcd1b02ef
|
@ -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…
Reference in New Issue