mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +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
|
#ifdef USE_PITOT
|
||||||
if (sensors(SENSOR_PITOT) && pitotIsHealthy())
|
if (sensors(SENSOR_PITOT) && pitotIsHealthy())
|
||||||
{
|
{
|
||||||
speed = pitotCalculateAirSpeed();
|
speed = getAirspeedEstimate();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue