mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
GCS_MAVLink: send message when MAVFTP init fails
This commit is contained in:
parent
eb78a473f6
commit
bb15c18cc3
@ -63,6 +63,7 @@ failed:
|
||||
ftp.requests = nullptr;
|
||||
delete ftp.replies;
|
||||
ftp.replies = nullptr;
|
||||
gcs().send_text(MAV_SEVERITY_WARNING, "failed to initialize MAVFTP");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user