diff --git a/src/main.cpp b/src/main.cpp index 600955e..f4b8323 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -391,6 +391,10 @@ void setup() if (i2cEnable.get()) { strip.fill(strip.Color(0,128,0)); strip.show(); +#ifdef BME680 + printf("Wait 1 second...\r\n"); + delay(1000); +#endif /* Extracted from library's example */ mFailedI2Cinitialization = !bmx.begin(); if (!mFailedI2Cinitialization) {