DM: added startup delay

This commit is contained in:
dean 2017-12-27 18:39:20 -05:00
parent 321186220e
commit 225bed4415
2 changed files with 2 additions and 2 deletions

View File

@ -107,6 +107,8 @@ bool Adafruit_BME280::init()
setSampling(); // use defaults
delay(100);
return true;
}

View File

@ -51,8 +51,6 @@ void setup() {
delayTime = 1000;
Serial.println();
delay(100); // let sensor boot up
}