Plane: prepended APM to RSSI_PIN's @Values

This makes it consistent with rover and copter and clarifies where the
pin is on the Pixhawk
This commit is contained in:
Randy Mackay 2014-05-15 17:11:02 +09:00
parent d7e015db89
commit 409a593c1a
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: RSSI_PIN // @Param: RSSI_PIN
// @DisplayName: Receiver RSSI sensing 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 // @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, 103:Pixhawk // @Values: -1:Disabled, 0:APM2 A0, 1:APM2 A1, 13:APM2 A13, 103:Pixhawk SBUS
// @User: Standard // @User: Standard
GSCALAR(rssi_pin, "RSSI_PIN", -1), GSCALAR(rssi_pin, "RSSI_PIN", -1),