mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-03 12:57:50 +00:00
.
This commit is contained in:
@@ -278,6 +278,8 @@ void setup() {
|
||||
// WaveShare BME280
|
||||
#ifdef BME280
|
||||
unsigned status = bme.begin(0x76); // 0x76
|
||||
//unsigned status = bme.begin(0x58); // 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);
|
||||
|
Reference in New Issue
Block a user