We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bce938 commit d492906Copy full SHA for d492906
Adafruit_BME280.cpp
@@ -361,7 +361,7 @@ bool Adafruit_BME280::takeForcedMeasurement(void) {
361
// the values from the last measurement or the timeout occurred after 2 sec.
362
while (read8(BME280_REGISTER_STATUS) & 0x08) {
363
// In case of a timeout, stop the while loop
364
- if((millis() - timeout_start) > 2000) {
+ if ((millis() - timeout_start) > 2000) {
365
return_value = false;
366
break;
367
}
0 commit comments