ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.69k stars 2.33k forks source link

rxrssi scaling #3371

Closed twistedwings closed 2 days ago

twistedwings commented 2 days ago

Issue details

rxrssi range is 0...99%, should be 0...100%

RSSI is on channel 9. Channel 9 is on a pot on transmitter. config RSSI_CHANNEL_LOW is displayed as 0%. RSSI_CHANNEL_HIGH is displayed as 99% (expected 100%). status

I suspect the following: MP scales rssi from 0...255, but it should be 0...254, 255 means invalid. see MAVLink

Version

1.3.81

Platform

Copter Plane

Hardware type

MatekF405 MatekF405Wing