mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
fixed rename getAirspeedEstimate()
This commit is contained in:
parent
e93145e74e
commit
e4ff863bdc
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ void updateEstimatedGPSFix(void) {
|
|||
#ifdef USE_PITOT
|
||||
if (sensors(SENSOR_PITOT) && pitotIsHealthy())
|
||||
{
|
||||
speed = pitotCalculateAirSpeed();
|
||||
speed = getAirspeedEstimate();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue