@ -820,7 +820,7 @@ bool AP_Arming_Copter::disarm()
}
#if HIL_MODE != HIL_MODE_DISABLED || CONFIG_HAL_BOARD == HAL_BOARD_SITL
gcs().send_text(MAV_SEVERITY_INFO, "Disarming motors");
gcs().send_text(MAV_SEVERITY_INFO, "NOTICE: Disarming motors");
#endif
AP_AHRS_NavEKF &ahrs = AP::ahrs_navekf();
@ -828,6 +828,7 @@ void Copter::update_updownStatus2(uint8_t status)
zr_flying_status_t.updown_status = copter.updownStatus;
zr_flying_status_t.countdown = 255;
gcs().update_zr_fly_status(&zr_flying_status_t);
gcs().send_text(MAV_SEVERITY_WARNING,"NOTICE: 执行继续任务");
@ -103,6 +103,7 @@ void ModeRTL::run(bool disarm_on_land)
else if (copter.updownStatus == UpDown_ContinueDescent)
{
gcs().send_text(MAV_SEVERITY_WARNING,"NOTICE: 开始着陆");
_state = RTL_Land;