mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +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_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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user