mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 16:07:34 +08:00
Commander: fix "Manual control lost" showing double in QGC
because of the missing tab in the deprecated message.
This commit is contained in:
@@ -2319,7 +2319,7 @@ Commander::run()
|
||||
} else {
|
||||
if (_status_flags.rc_signal_found_once && !_status.rc_signal_lost
|
||||
&& !_status_flags.condition_calibration_enabled && !_status_flags.rc_input_blocked) {
|
||||
mavlink_log_critical(&_mavlink_log_pub, "Manual control lost");
|
||||
mavlink_log_critical(&_mavlink_log_pub, "Manual control lost\t");
|
||||
events::send(events::ID("commander_rc_lost"), {events::Log::Critical, events::LogInternal::Info},
|
||||
"Manual control lost");
|
||||
_status.rc_signal_lost = true;
|
||||
|
||||
Reference in New Issue
Block a user