Commander: Be less verbose about param saves to focus the user attention to relevant output

This commit is contained in:
Lorenz Meier 2015-05-14 17:33:07 +02:00
parent e7c3032218
commit 8a73f91ad6
1 changed files with 1 additions and 1 deletions

View File

@ -2794,7 +2794,7 @@ void *commander_low_prio_loop(void *arg)
need_param_autosave_timeout = 0;
}
mavlink_log_info(mavlink_fd, "settings saved");
/* do not spam MAVLink, but provide the answer / green led mechanism */
answer_command(cmd, VEHICLE_CMD_RESULT_ACCEPTED);
} else {