From a70491e2b20011aa95120b67990824a4c3deef64 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sat, 13 Jul 2024 23:54:53 -0400 Subject: [PATCH] . --- ESP32-C3-sm_I2C/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32-C3-sm_I2C/src/main.cpp b/ESP32-C3-sm_I2C/src/main.cpp index 5c2ead226..0ff473fe8 100644 --- a/ESP32-C3-sm_I2C/src/main.cpp +++ b/ESP32-C3-sm_I2C/src/main.cpp @@ -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() {