remove set r0
This commit is contained in:
parent
a189f430ec
commit
93a5336344
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ Adafruit_BME280 bme;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
co2_sensor.setR0(300);
|
|
||||||
|
|
||||||
// if (!bme.begin(0x76)) {
|
// if (!bme.begin(0x76)) {
|
||||||
// Serial.println(F("Could not find a valid BME280 sensor, check wiring!"));
|
// Serial.println(F("Could not find a valid BME280 sensor, check wiring!"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue