1
0
Fork 0
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:
Roman Lut 2022-08-22 21:31:27 +03:00
parent e93145e74e
commit e4ff863bdc

View file

@ -215,7 +215,7 @@ void updateEstimatedGPSFix(void) {
#ifdef USE_PITOT
if (sensors(SENSOR_PITOT) && pitotIsHealthy())
{
speed = pitotCalculateAirSpeed();
speed = getAirspeedEstimate();
}
#endif