mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Rover: delete \n from the log using gcs().send_text
This commit is contained in:
parent
3ec733d4f8
commit
e94bfc7ee0
@ -319,7 +319,7 @@ bool Rover::verify_loiter_time(const AP_Mission::Mission_Command& cmd)
|
||||
{
|
||||
const bool result = verify_nav_wp(cmd);
|
||||
if (result) {
|
||||
gcs().send_text(MAV_SEVERITY_WARNING, "Finished active loiter\n");
|
||||
gcs().send_text(MAV_SEVERITY_WARNING, "Finished active loiter");
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user