mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: update docs for RSSI_PIN for pixhawk
This commit is contained in:
parent
23d8bfa976
commit
11ece65656
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user