mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
commander: changed msg "connection to GCS lost" from critical to info
update
This commit is contained in:
@@ -3533,7 +3533,7 @@ void Commander::data_link_check()
|
|||||||
_status.data_link_lost = true;
|
_status.data_link_lost = true;
|
||||||
_status.data_link_lost_counter++;
|
_status.data_link_lost_counter++;
|
||||||
|
|
||||||
mavlink_log_critical(&_mavlink_log_pub, "Connection to ground station lost");
|
mavlink_log_info(&_mavlink_log_pub, "Connection to ground station lost");
|
||||||
|
|
||||||
_status_changed = true;
|
_status_changed = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user