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