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!