Plane: update docs for RSSI_PIN for pixhawk

This commit is contained in:
Andrew Tridgell 2014-01-24 11:18:28 +11:00
parent 23d8bfa976
commit 11ece65656

View File

@ -749,7 +749,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: RSSI_PIN
// @DisplayName: Receiver RSSI sensing pin
// @Description: This selects an analog pin for the receiver RSSI voltage. It assumes the voltage is 5V for max rssi, 0V for minimum
// @Values: -1:Disabled, 0:A0, 1:A1, 13:A13
// @Values: -1:Disabled, 0:A0, 1:A1, 13:A13, 103:Pixhawk
// @User: Standard
GSCALAR(rssi_pin, "RSSI_PIN", -1),