mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 09:50:52 +00:00
.
This commit is contained in:
@@ -16,7 +16,7 @@ void setup() {
|
||||
|
||||
Serial.println("GPIO setup done");
|
||||
|
||||
Serial.println("Setting up BME280 sensor");
|
||||
/*Serial.println("Setting up BME280 sensor");
|
||||
unsigned status = bme.begin(0x76); // 0x76
|
||||
if (!status) {
|
||||
Serial.println("Could not find a valid BME/BMP280 sensor, check wiring!");
|
||||
@@ -26,7 +26,7 @@ void setup() {
|
||||
Serial.print(" ID of 0x60 represents a BME 280.\n");
|
||||
Serial.print(" ID of 0x61 represents a BME 680.\n");
|
||||
while (1);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Reference in New Issue
Block a user