|
|
@ -828,6 +828,7 @@ void Copter::update_updownStatus2(uint8_t status) |
|
|
|
zr_flying_status_t.updown_status = copter.updownStatus; |
|
|
|
zr_flying_status_t.updown_status = copter.updownStatus; |
|
|
|
zr_flying_status_t.countdown = 255; |
|
|
|
zr_flying_status_t.countdown = 255; |
|
|
|
gcs().update_zr_fly_status(&zr_flying_status_t); |
|
|
|
gcs().update_zr_fly_status(&zr_flying_status_t); |
|
|
|
|
|
|
|
gcs().send_text(MAV_SEVERITY_WARNING,"NOTICE: 执行继续任务"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|