This commit is contained in:
2024-07-13 23:54:53 -04:00
parent c83772b2af
commit a70491e2b2

View File

@@ -16,7 +16,7 @@ void setup() {
Serial.println("GPIO setup done"); Serial.println("GPIO setup done");
Serial.println("Setting up BME280 sensor"); /*Serial.println("Setting up BME280 sensor");
unsigned status = bme.begin(0x76); // 0x76 unsigned status = bme.begin(0x76); // 0x76
if (!status) { if (!status) {
Serial.println("Could not find a valid BME/BMP280 sensor, check wiring!"); 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 0x60 represents a BME 280.\n");
Serial.print(" ID of 0x61 represents a BME 680.\n"); Serial.print(" ID of 0x61 represents a BME 680.\n");
while (1); while (1);
} }*/
} }
void loop() { void loop() {