change delay() to !Serial in BME280test.ino
This commit is contained in:
parent
8ab293829a
commit
46eb77e763
|
|
@ -35,7 +35,7 @@ unsigned long delayTime;
|
|||
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
delay(4000); // time to get serial running
|
||||
while(!Serial); // time to get serial running
|
||||
Serial.println(F("BME280 test"));
|
||||
|
||||
unsigned status;
|
||||
|
|
|
|||
Loading…
Reference in New Issue