bmp388: wait a bit longer to schedule first cycle after reset

This commit is contained in:
Beat Küng
2020-08-14 16:31:53 +02:00
committed by Daniel Agar
parent 529c3112ac
commit 12ebbd995d
+2 -1
View File
@@ -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