|
|
|
@ -2072,6 +2072,7 @@ void Copter::gcs_check_input(void)
@@ -2072,6 +2072,7 @@ void Copter::gcs_check_input(void)
|
|
|
|
|
void Copter::gcs_send_text(MAV_SEVERITY severity, const char *str) |
|
|
|
|
{ |
|
|
|
|
GCS_MAVLINK::send_statustext(severity, 0xFF, str); |
|
|
|
|
notify.send_text(str); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -2087,6 +2088,7 @@ void Copter::gcs_send_text_fmt(MAV_SEVERITY severity, const char *fmt, ...)
@@ -2087,6 +2088,7 @@ void Copter::gcs_send_text_fmt(MAV_SEVERITY severity, const char *fmt, ...)
|
|
|
|
|
va_end(arg_list); |
|
|
|
|
hal.util->vsnprintf((char *)str, sizeof(str), fmt, arg_list); |
|
|
|
|
GCS_MAVLINK::send_statustext(severity, 0xFF, str); |
|
|
|
|
notify.send_text(str); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|