Fix temperature step data type.

Should be a float, not a uint8_t.
This commit is contained in:
Geoff Davis 2020-06-02 20:37:10 -07:00
parent 896157f028
commit e819d5d261

View File

@ -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