That's not the right data type.
This commit is contained in:
parent
be781f1275
commit
e2b0205709
@ -40,8 +40,8 @@ struct ConfigData {
|
|||||||
IPAddress ip;
|
IPAddress ip;
|
||||||
int interval;
|
int interval;
|
||||||
int period;
|
int period;
|
||||||
uint8_t threshold;
|
double threshold;
|
||||||
uint8_t hysteresis;
|
double hysteresis;
|
||||||
};
|
};
|
||||||
|
|
||||||
uint8_t KettleDuty = 0;
|
uint8_t KettleDuty = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user