Skip to content

Commit dbcacee

Browse files
authored
Close #60
Added uncertainty expression
1 parent 5c9b4ad commit dbcacee

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)