From e2b02057094409fe09a8dd205b35810e82de1027 Mon Sep 17 00:00:00 2001 From: Chris Giacofei Date: Mon, 24 Jan 2022 08:28:43 -0500 Subject: [PATCH] That's not the right data type. --- boil_kettle/globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boil_kettle/globals.h b/boil_kettle/globals.h index ff4b0bb..a30f578 100644 --- a/boil_kettle/globals.h +++ b/boil_kettle/globals.h @@ -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;