Browse Source
Update sensors.h
Add support for humidity correction
rfm69
ManuelW
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
code/espurna/config/sensors.h
|
|
@ -27,6 +27,10 @@ |
|
|
|
#define TEMPERATURE_MIN_CHANGE 0.0 // Minimum temperature change to report |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef SENSOR_HUMIDITY_CORRECTION |
|
|
|
#define SENSOR_HUMIDITY_CORRECTION 0.0 // Offset correction |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef HUMIDITY_MIN_CHANGE |
|
|
|
#define HUMIDITY_MIN_CHANGE 0 // Minimum humidity change to report |
|
|
|
#endif |
|
|
|