mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Airspeed: fix airspeed messages for consistency
This commit is contained in:
parent
d57b7cad63
commit
21940cea09
@ -368,8 +368,8 @@ void AP_Airspeed::calibrate(bool in_startup)
|
||||
state[i].cal.count = 0;
|
||||
state[i].cal.sum = 0;
|
||||
state[i].cal.read_count = 0;
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_INFO,"Airspeed %u calibration started", i+1);
|
||||
}
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_INFO,"Airspeed calibration started");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user