mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
GCS_MAVLink: add and use accessor for last-RADIO_STATUS.remrssi-ms
This commit is contained in:
parent
07e3f1d48f
commit
b428f12913
@ -208,6 +208,9 @@ public:
|
||||
|
||||
uint32_t last_heartbeat_time; // milliseconds
|
||||
|
||||
static uint32_t last_radio_status_remrssi_ms() {
|
||||
return last_radio_status.remrssi_ms;
|
||||
}
|
||||
static float telemetry_radio_rssi(); // 0==no signal, 1==full signal
|
||||
|
||||
// mission item index to be sent on queued msg, delayed or not
|
||||
|
Loading…
Reference in New Issue
Block a user