removed address from bme.begin

pull/191/head
alanbjohnston 3 years ago committed by GitHub
parent c38148d6bc
commit 7b1f68a149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2401,7 +2401,7 @@ void start_payload() {
sleep(0.25); // delay(250);
led_set(blueLED, LOW);
if (bme.begin(0x76)) {
if (bme.begin()) {
bmePresent = 1;
} else {
Serial.println("Could not find a valid BME280 sensor, check wiring!");

Loading…
Cancel
Save

Powered by TurnKey Linux.