mirror of https://github.com/ArduPilot/ardupilot
the temp change in the state machine didn't really help the altitude issue after all. Need more testing as the temp sway is the major factor in the lack of air pressure accuracy.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2556 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
07b09447a1
commit
e63fe14ce7
|
@ -109,7 +109,7 @@ uint8_t APM_BMP085_Class::Read()
|
|||
Command_ReadPress();
|
||||
}
|
||||
}else{
|
||||
if (BMP085_State == 40){
|
||||
if (BMP085_State == 5){
|
||||
if (digitalRead(BMP085_EOC)){
|
||||
ReadPress();
|
||||
Calculate();
|
||||
|
|
Loading…
Reference in New Issue