bme680: decay VOC value to 90% in 24h (was 50%)
This commit is contained in:
parent
a21de93ab6
commit
fb026d93a5
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <epaper.h>
|
||||
|
||||
#define BME680_MAX_ADAPTATION_FACTOR 0.9998857910
|
||||
#define BME680_MAX_ADAPTATION_FACTOR 0.9999817084 // decay to 90% within one day
|
||||
|
||||
Adafruit_SCD30 scd30;
|
||||
Adafruit_BME680 bme680;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue