mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +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;
|
_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
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user