Fix temperature step data type.
Should be a float, not a uint8_t.
This commit is contained in:
parent
896157f028
commit
e819d5d261
2
espmhp.h
2
espmhp.h
@ -33,7 +33,7 @@ static const uint8_t ESPMHP_MIN_TEMPERATURE = 16; // degrees C,
|
||||
// defined by hardware
|
||||
static const uint8_t ESPMHP_MAX_TEMPERATURE = 31; // degrees C,
|
||||
//defined by hardware
|
||||
static const uint8_t ESPMHP_TEMPERATURE_STEP = 0.5; // temperature setting step,
|
||||
static const float ESPMHP_TEMPERATURE_STEP = 0.5; // temperature setting step,
|
||||
// in degrees C
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user