Skip to content

Commit

Permalink
disable SCD30 interval change
Browse files Browse the repository at this point in the history
  • Loading branch information
ricki-z committed Apr 1, 2024
1 parent 7394484 commit 2ad2a05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions airrohr-firmware/airrohr-firmware.ino
Expand Up @@ -57,7 +57,7 @@
#include <pgmspace.h>

// increment on change
#define SOFTWARE_VERSION_STR "NRZ-2024-134-B5"
#define SOFTWARE_VERSION_STR "NRZ-2024-134-B6"
String SOFTWARE_VERSION(SOFTWARE_VERSION_STR);

/*****************************************************************
Expand Down Expand Up @@ -6112,10 +6112,10 @@ static void powerOnTestSensors()
debug_outln_error(F("Check SCD30 wiring"));
scd30_init_failed = true;
}
else
/* else
{
scd30.setMeasurementInterval(30);
}
} */
}

if (cfg::ds18b20_read)
Expand Down

0 comments on commit 2ad2a05

Please sign in to comment.