From fc80a43331e768723e4a16b939ab797fe222271c Mon Sep 17 00:00:00 2001 From: Chris Giacofei Date: Fri, 27 Jan 2023 10:56:57 -0500 Subject: [PATCH] Define some pins. --- lib/Global/Global.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/Global/Global.h b/lib/Global/Global.h index 520def4..29fea9d 100644 --- a/lib/Global/Global.h +++ b/lib/Global/Global.h @@ -12,8 +12,11 @@ source repository. #define DEVICE_NAME "Glycol Chiller" #define DEVICE_MDL "Chillenator v0.1" #define DEVICE_MF "Damn Yankee Brewing" -#define FERMENTER_COUNT 2 + #define ONE_WIRE_BUS D2 +#define GLYCOL_RELAY D3 +#define FERMA_RELAY D4 +#define FERMB_RELAY D5 const size_t DOC_SIZE = JSON_OBJECT_SIZE(29) + JSON_ARRAY_SIZE(4);