This commit is contained in:
parent
616c7290e4
commit
16c3e721c7
|
|
@ -72,14 +72,7 @@ bool Adafruit_BME280::begin(uint8_t addr, TwoWire *theWire) {
|
||||||
_i2caddr = addr;
|
_i2caddr = addr;
|
||||||
_wire = theWire;
|
_wire = theWire;
|
||||||
status = init();
|
status = init();
|
||||||
if ((!status) && (addr != BME280_ADDRESS)) {
|
|
||||||
_i2caddr = BME280_ADDRESS;
|
|
||||||
status = init();
|
|
||||||
}
|
|
||||||
if ((!status) && (addr != BME280_ADDRESS_ALTERNATE)) {
|
|
||||||
_i2caddr = BME280_ADDRESS_ALTERNATE;
|
|
||||||
status = init();
|
|
||||||
}
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue