AP_Tuning: use better tones for next parameter

This commit is contained in:
Andrew Tridgell 2016-05-09 17:24:56 +10:00
parent 3e75fc4f3d
commit 31ed1eabfb
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ void AP_Tuning::next_parameter(void)
current_parm = tuning_sets[i].parms[current_parm_index]; current_parm = tuning_sets[i].parms[current_parm_index];
re_center(); re_center();
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_INFO, "Tuning: started %s", get_tuning_name(current_parm)); GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_INFO, "Tuning: started %s", get_tuning_name(current_parm));
AP_Notify::events.tune_next = 1; AP_Notify::events.tune_next = current_parm_index+1;
break; break;
} }
} }