From 93a53363449622e5eaa684d9e9292d37e0ff9e54 Mon Sep 17 00:00:00 2001 From: GrafZeppelin Date: Sun, 4 Jul 2021 10:40:08 +0200 Subject: [PATCH] remove set r0 --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8d19456..b34f3ca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,6 @@ Adafruit_BME280 bme; void setup() { Serial.begin(9600); - co2_sensor.setR0(300); // if (!bme.begin(0x76)) { // Serial.println(F("Could not find a valid BME280 sensor, check wiring!"));