Browse Source
There was a bug scaling rc rssi from rc_channels mavlink message where it was scaled to 0-100 from 0-255, and this was wrong because 255 is meant to be invalid, and AP uses 0-254 anyway. We must leave 255 as it is so the frontend can understand if we don't have data. Also, in RCRSSIIndicator, we don't show the indicator anymore if data is not valid, there is no pointQGC4.4
2 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue