Si7021 wrap around bug now has a partial workaround

This commit is contained in:
marcel
2024-03-13 11:35:45 +01:00
parent 6c1134ca3a
commit 33a5bbbc24
3 changed files with 15 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ const int SensorStatusBitsIreg = 14;
* 0 = Heater algorithm (0 = disable, 1 = enable)
*/
const int HeaterCoil = 0;
#define HUMIDITY_THRESHOLD 92
float HUMIDITY_THRESHOLD = 92.0;
// RS-485 serial port
#define MySerial Serial // define serial port used, Serial most of the time, or Serial1, Serial2 ... if available