Added TODO
This commit is contained in:
parent
bb0e0b4086
commit
2fe330ed50
@ -301,6 +301,7 @@ void setup()
|
|||||||
"try a different address!"));
|
"try a different address!"));
|
||||||
while (1) delay(10);
|
while (1) delay(10);
|
||||||
}
|
}
|
||||||
|
//FIXME add here a timeout, if the sensor cannot be found on I2C
|
||||||
|
|
||||||
bme.setTemperatureOversampling(BME680_OS_8X);
|
bme.setTemperatureOversampling(BME680_OS_8X);
|
||||||
bme.setHumidityOversampling(BME680_OS_2X);
|
bme.setHumidityOversampling(BME680_OS_2X);
|
||||||
|
Loading…
Reference in New Issue
Block a user