Skip to content

Commit d24db5e

Browse files
author
JLJu
committed
Merge remote-tracking branch 'refs/remotes/BasicAirData/master'
2 parents 936d1fa + dbcacee commit d24db5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Software/Microcontroller/Libraries/AirDC

Software/Microcontroller/Libraries/AirDC/AirDC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void AirDC::ISAAltitude(int mode)
278278
i=i+1;
279279
}
280280
_h=t1;
281-
_uh=0; //<- Need to be completed
281+
_uh=erralt+4418.19264813511*pow(Ps,-0.809745)*_up*0.000295299875080277;
282282
break;
283283
}
284284
}

0 commit comments

Comments
 (0)