Si7021 wrap around bug now has a partial workaround
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user