From 6b685271fc78aa14d117ed062e469b81da87e6c2 Mon Sep 17 00:00:00 2001 From: Andreas Tacke Date: Mon, 18 Oct 2021 11:29:31 +0200 Subject: [PATCH] Move comment for VOLTAGESENSORTYPE in userConfig_sample.h to correct line --- rancilio-pid/rancilio-pid/userConfig_sample.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rancilio-pid/rancilio-pid/userConfig_sample.h b/rancilio-pid/rancilio-pid/userConfig_sample.h index 1a02464b5..54278a4b0 100644 --- a/rancilio-pid/rancilio-pid/userConfig_sample.h +++ b/rancilio-pid/rancilio-pid/userConfig_sample.h @@ -47,10 +47,10 @@ enum MACHINE { #define ONLYPIDSCALE 0 // 0 = off , 1= OnlyPID with Scale #define BREWMODE 1 // 1 = NORMAL preinfusion ; 2 = Scale with weight #define BREWDETECTION 1 // 0 = off, 1 = Software (Onlypid 1), 2 = Hardware (Onlypid 0), 3 = Sensor/Hardware for Only PID -#define BREWSWITCHTYPE 1 // 1 = normal Switch, 2 = Trigger Switch +#define BREWSWITCHTYPE 1 // 1 = normal Switch, 2 = Trigger Switch #define COLDSTART_PID 1 // 1 = default coldstart values, 2 = custom values via blynk (expert mode activated) -#define TRIGGERTYPE HIGH // LOW = low trigger, HIGH = high trigger relay // BREWDETECTION 3 configuration -#define VOLTAGESENSORTYPE HIGH +#define TRIGGERTYPE HIGH // LOW = low trigger, HIGH = high trigger relay +#define VOLTAGESENSORTYPE HIGH // BREWDETECTION 3 configuration #define PINMODEVOLTAGESENSOR INPUT // Mode INPUT_PULLUP, INPUT or INPUT_PULLDOWN_16 (Only Pin 16) #define PRESSURESENSOR 0 // 1 = pressure sensor connected to A0; PINBREWSWITCH must be set to the connected input!