mirror of https://github.com/ArduPilot/ardupilot
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:
parent
d7e015db89
commit
409a593c1a
|
@ -756,7 +756,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, 103:Pixhawk
|
||||
// @Values: -1:Disabled, 0:APM2 A0, 1:APM2 A1, 13:APM2 A13, 103:Pixhawk SBUS
|
||||
// @User: Standard
|
||||
GSCALAR(rssi_pin, "RSSI_PIN", -1),
|
||||
|
||||
|
|
Loading…
Reference in New Issue