mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
ArduPlane: attempt to send GCS a message when the GCS heartbeat is not detected.
This commit is contained in:
parent
50f9b4d4bb
commit
3b62592b26
@ -87,6 +87,9 @@ static void failsafe_long_on_event(enum failsafe_state fstype)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (fstype == FAILSAFE_GCS) {
|
||||
gcs_send_text_P(SEVERITY_HIGH, PSTR("No GCS heartbeat."));
|
||||
}
|
||||
gcs_send_text_fmt(PSTR("flight mode = %u"), (unsigned)control_mode);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user