took out while loop on no bme280 detected

pull/58/head
alanbjohnston 5 years ago committed by GitHub
parent b15e131740
commit f14c98bc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ void setup() {
if (!bme.begin(0x76)) {
Serial.println("Could not find a valid BME280 sensor, check wiring!");
while (1);
// while (1);
}
mpu6050.begin();

Loading…
Cancel
Save

Powered by TurnKey Linux.