Skip to content
Snippets Groups Projects
Commit dbb4a9fc authored by Randy Mackay's avatar Randy Mackay
Browse files

AP_Baro_BMP085: increase ratio of pressure reads again to be 5:1 (was 4:1)

parent 49a5b664
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ uint8_t AP_Baro_BMP085::read()
ReadPress();
Calculate();
result = 1;
if( BMP085_State >= 5 ) {
if( BMP085_State >= 6 ) {
BMP085_State = 1; // Start again from state = 1
Command_ReadTemp(); // next iteration we will read temperature
}else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment