That's not the right data type.

This commit is contained in:
Chris Giacofei 2022-01-24 08:28:43 -05:00
parent be781f1275
commit e2b0205709

View File

@ -40,8 +40,8 @@ struct ConfigData {
IPAddress ip;
int interval;
int period;
uint8_t threshold;
uint8_t hysteresis;
double threshold;
double hysteresis;
};
uint8_t KettleDuty = 0;