From 2fe330ed5099d2b8ba4b76edefaf09854d2403f6 Mon Sep 17 00:00:00 2001 From: Ollo Date: Sat, 20 Nov 2021 11:54:59 +0100 Subject: [PATCH] Added TODO --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 8dc0180..c222f80 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -301,6 +301,7 @@ void setup() "try a different address!")); while (1) delay(10); } + //FIXME add here a timeout, if the sensor cannot be found on I2C bme.setTemperatureOversampling(BME680_OS_8X); bme.setHumidityOversampling(BME680_OS_2X);