mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
bmp388: wait a bit longer to schedule first cycle after reset
This commit is contained in:
@@ -112,7 +112,8 @@ BMP388::start()
|
||||
{
|
||||
_collect_phase = false;
|
||||
|
||||
ScheduleOnInterval(_measure_interval, _measure_interval);
|
||||
// wait a bit longer for the first measurement, as otherwise the first readout might fail
|
||||
ScheduleOnInterval(_measure_interval, _measure_interval * 3);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user