mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 07:50:36 +08:00
commander: Initial RC detection is only an info string
This commit is contained in:
@@ -1718,7 +1718,7 @@ int commander_thread_main(int argc, char *argv[])
|
||||
/* handle the case where RC signal was regained */
|
||||
if (!status.rc_signal_found_once) {
|
||||
status.rc_signal_found_once = true;
|
||||
mavlink_log_critical(mavlink_fd, "detected RC signal first time");
|
||||
mavlink_log_info(mavlink_fd, "Detected RC signal first time");
|
||||
status_changed = true;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user