ArduPilot / MissionPlanner

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

CurrentState: fix rxrssi scaling and when rcin.rssi is 255 (invalid/unknown) #3372

Closed EosBandi closed 3 months ago

EosBandi commented 4 months ago

As per mavlink, rcin.rssi is 0-254, 0 being the worst and 254 being the best and 255 invalid/unknown Fixes #3371