mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 09:50:52 +00:00
.
This commit is contained in:
@@ -21,7 +21,7 @@ void setup() {
|
||||
sensors_values.temperature = 0.0;
|
||||
|
||||
// WaveShare BME280
|
||||
unsigned status = bme.begin(0x76);
|
||||
unsigned status = bme.begin(0x76); // I2C slave address 0x76 (SDO set to GND)
|
||||
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