change delay() to !Serial in BME280test.ino

This commit is contained in:
sellensr 2019-04-26 20:04:05 -04:00
parent 8ab293829a
commit 46eb77e763
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ unsigned long delayTime;
void setup() { void setup() {
Serial.begin(9600); Serial.begin(9600);
delay(4000); // time to get serial running while(!Serial); // time to get serial running
Serial.println(F("BME280 test")); Serial.println(F("BME280 test"));
unsigned status; unsigned status;