mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
Update main.cpp
This commit is contained in:
parent
680278da6b
commit
e1fad509c8
@ -43,7 +43,7 @@ void setup() {
|
||||
}
|
||||
#endif
|
||||
#ifdef BMP280
|
||||
unsigned status = bmp.begin();
|
||||
unsigned status = bmp.begin(0x58);
|
||||
if (!status) {
|
||||
Serial.println("Could not find a valid BME/BMP280 sensor, check wiring!");
|
||||
Serial.print("SensorID was: 0x"); Serial.println(bme.sensorID(), 16);
|
||||
|
Loading…
Reference in New Issue
Block a user